Bug 45865 - [GTK] [REGRESSION] r67591 broke the testwebbackforwardlist API test and introduced a memory leak
Summary: [GTK] [REGRESSION] r67591 broke the testwebbackforwardlist API test and intro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-09-15 19:05 PDT by Martin Robinson
Modified: 2010-09-15 19:18 PDT (History)
0 users

See Also:


Attachments
Patch for this issue (1.51 KB, patch)
2010-09-15 19:12 PDT, Martin Robinson
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-09-15 19:05:51 PDT
The backForwardList member is assigned from a constructor without calling adoptPlatformRef. This leads to the GObject having a reference count of 2 and the memory leaking.
Comment 1 Martin Robinson 2010-09-15 19:12:16 PDT
Created attachment 67760 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-09-15 19:18:54 PDT
Committed r67596: <http://trac.webkit.org/changeset/67596>