Bug 50541

Summary: [GTK] using shadows leaks memory
Product: WebKit Reporter: Kristoffer Kleine <kris.kleine>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: alex, sbillaudelle
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
URL: http://droppy.lophus.org/cvDCE-index.html
Attachments:
Description Flags
archive with some example apps to reproduce the bug
none
Proposed patch mrobinson: review+

Description Kristoffer Kleine 2010-12-05 11:30:27 PST
Created attachment 75634 [details]
archive with some example apps to reproduce the bug

WebkitGtk seems to leak memory when using css shadows. 
On my machine with webkit-nightly (72146) it leaks about 0.3 Mb/s when doing some moderate clicking on the element in the example.

To reproduce do:
1) Load the url (http://droppy.lophus.org/cvDCE-index.html) in Epiphany and click or hover the element and watch the memory increase.
2) see the attached examples (./build.sh to compile and ./example or python example.py to run). The symptoms are the same here, when clicking or hovering.
Comment 1 Sebastian Billaudelle 2010-12-05 11:40:17 PST
Same for me here! With Midori, Epiphany and the examples attached by Krisoffer.
Comment 2 Alejandro G. Castro 2010-12-06 07:13:58 PST
Created attachment 75690 [details]
Proposed patch

Thanks for reporting, I've fixed the two leaks in the shadows code found with valgrind.
Comment 3 Martin Robinson 2010-12-06 07:40:23 PST
Comment on attachment 75690 [details]
Proposed patch

Awesome. Thanks!
Comment 4 Alejandro G. Castro 2010-12-06 08:02:35 PST
landed http://trac.webkit.org/changeset/73367