Bug 11669

Summary: fixes for some of the Node and Frame leaks seen on the leak-bot
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch that fixes some leaks I can reproduce locally mjs: review+

Description Darin Adler 2006-11-21 09:54:43 PST
I did some debugging on local layout tests, and I have some leak fixes for WebKit and DumpRenderTree.
Comment 1 Darin Adler 2006-11-21 10:06:29 PST
Created attachment 11597 [details]
patch that fixes some leaks I can reproduce locally
Comment 2 Darin Adler 2006-11-21 10:07:21 PST
Besides these leaks, I can reproduce some others that seem to be caused by NSHTMLReader code used when doing the copy operation -- I haven't figured out how to fix those yet.
Comment 3 Maciej Stachowiak 2006-11-21 10:18:01 PST
Comment on attachment 11597 [details]
patch that fixes some leaks I can reproduce locally

r=me
Comment 4 Darin Adler 2006-11-21 10:24:08 PST
Committed revision 17871.
Comment 5 Mark Rowe (bdash) 2006-11-21 22:09:12 PST
Bug 11236 is related to the NSHTMLReader leaks.