[Webkit-unassigned] [Bug 10773] Memory usage grows when reloading google.com/ig

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 05:35:19 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=10773





------- Comment #11 from mitz at webkit.org  2007-01-16 05:35 PDT -------
Created an attachment (id=12482)
 --> (http://bugs.webkit.org/attachment.cgi?id=12482&action=view)
Further reduction

This demonstrates the root cause of the leak: a wrapper holding a reference to
the document (in previous reductions the reference was very indirect, going
through the __defineSetter__ property of the Object prototype and then the
Function prototype). This completes a ref cycle.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list