Bug 40168 - [GTK] RenderThemeGtk leaks memory
Summary: [GTK] RenderThemeGtk leaks memory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 08:50 PDT by Martin Robinson
Modified: 2010-11-02 17:15 PDT (History)
0 users

See Also:


Attachments
Remove unecessary releaseRef (1.87 KB, patch)
2010-06-04 09:02 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff
Call gtk_widget_destroy in the destructor (1.44 KB, patch)
2010-06-04 09:54 PDT, Martin Robinson
no flags 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-06-04 08:50:34 PDT
SSIA
Comment 1 Martin Robinson 2010-06-04 09:02:07 PDT
Created attachment 57886 [details]
Remove unecessary releaseRef
Comment 2 Martin Robinson 2010-06-04 09:54:18 PDT
Created attachment 57890 [details]
Call gtk_widget_destroy in the destructor
Comment 3 Xan Lopez 2010-06-04 14:35:44 PDT
Comment on attachment 57886 [details]
Remove unecessary releaseRef

r=me
Comment 4 Xan Lopez 2010-06-04 14:36:22 PDT
Comment on attachment 57890 [details]
Call gtk_widget_destroy in the destructor

r=me
Comment 5 Martin Robinson 2010-06-04 17:12:02 PDT
Comment on attachment 57886 [details]
Remove unecessary releaseRef

Clearing flags on attachment: 57886

Committed r60723: <http://trac.webkit.org/changeset/60723>
Comment 6 Martin Robinson 2010-06-04 17:12:37 PDT
Comment on attachment 57890 [details]
Call gtk_widget_destroy in the destructor

Clearing flags on attachment: 57890

Committed r60724: <http://trac.webkit.org/changeset/60724>
Comment 7 Martin Robinson 2010-06-04 17:12:42 PDT
All reviewed patches have been landed.  Closing bug.