Bug 25618

Summary: fix a leak in V8EventListenerList::remove
Product: WebKit Reporter: Antony Sargent <asargent>
Component: WebCore Misc.Assignee: Antony Sargent <asargent>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch fishd: review+

Description Antony Sargent 2009-05-07 10:30:58 PDT
The vector wasn't getting deleted by the call to HashMap::remove.
Comment 1 Antony Sargent 2009-05-07 10:33:05 PDT
Created attachment 30102 [details]
patch
Comment 2 Darin Fisher (:fishd, Google) 2009-05-07 10:42:41 PDT
Comment on attachment 30102 [details]
patch

LGTM
Comment 3 Darin Fisher (:fishd, Google) 2009-05-07 10:45:33 PDT
Landed as:  http://trac.webkit.org/changeset/43348