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+

Description Maciej Stachowiak 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.
Comment 1 Maciej Stachowiak 2005-08-15 23:11:10 PDT
Created attachment 3418 [details]
fix for the leak
Comment 2 John Sullivan 2005-08-16 08:50:14 PDT
Comment on attachment 3418 [details]
fix for the leak

Looks nice and simple.
Comment 3 Darin Adler 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
Comment 4 John Sullivan 2005-08-23 13:41:18 PDT
*** Bug 3856 has been marked as a duplicate of this bug. ***