Bug 11394 - HTMLViewSourceDocuments are leaking
Summary: HTMLViewSourceDocuments are leaking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 14:34 PDT by mitz
Modified: 2006-10-24 04:22 PDT (History)
0 users

See Also:


Attachments
Change RefPtr to pointer to avoid ref cycle (938 bytes, patch)
2006-10-23 14:45 PDT, mitz
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-10-23 14:34:00 PDT
run-webkit-tests fast/frames/viewsource-attribute.html shows node leaks. Patch forthcoming.
Comment 1 mitz 2006-10-23 14:45:35 PDT
Created attachment 11188 [details]
Change RefPtr to pointer to avoid ref cycle
Comment 2 Mark Rowe (bdash) 2006-10-24 04:22:11 PDT
Landed in r17249.