Bug 4450

Summary: HTMLCollections leak their info
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: DOMAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
fix for the leak sullivan: review+

Maciej Stachowiak
Reported 2005-08-15 23:05:05 PDT
HTMLCollections leak the info pointer. This can easily be observed by running Safari with MallocStackLogging set to YES, visiting http://www.sony.com , and closing the window. Then run `leaks Safari' from the command-line. Many leaks appear, including a large number related to collection info.
Attachments
fix for the leak (2.59 KB, patch)
2005-08-15 23:11 PDT, Maciej Stachowiak
sullivan: review+
Maciej Stachowiak
Comment 1 2005-08-15 23:11:10 PDT
Created attachment 3418 [details] fix for the leak
John Sullivan
Comment 2 2005-08-16 08:50:14 PDT
Comment on attachment 3418 [details] fix for the leak Looks nice and simple.
Darin Adler
Comment 3 2005-08-16 11:16:12 PDT
Comment on attachment 3418 [details] fix for the leak The URL in the change log is "post_bug.cgi". Should fix that. r=me also, by the way
John Sullivan
Comment 4 2005-08-23 13:41:18 PDT
*** Bug 3856 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.