Bug 6162

Summary: attribute map RefPtr change leaks
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: DOMAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
fix the leak darin: review+

Description Maciej Stachowiak 2005-12-20 04:34:41 PST
The recent change to use RefPtr for an element's attribute map leaks, because it both uses a smart pointer 
and refs manually (but deref is gone). Fix forthcoming.
Comment 1 Maciej Stachowiak 2005-12-20 04:35:21 PST
Created attachment 5179 [details]
fix the leak
Comment 2 Darin Adler 2005-12-20 09:12:11 PST
Comment on attachment 5179 [details]
fix the leak

r=me
Comment 3 Lucas Forschler 2019-02-06 09:03:56 PST
Mass moving XML DOM bugs to the "DOM" Component.