Bug 6162 - attribute map RefPtr change leaks
Summary: attribute map RefPtr change leaks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 04:34 PST by Maciej Stachowiak
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
fix the leak (633 bytes, patch)
2005-12-20 04:35 PST, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.