Bug 25618 - fix a leak in V8EventListenerList::remove
Summary: fix a leak in V8EventListenerList::remove
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Antony Sargent
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 10:30 PDT by Antony Sargent
Modified: 2009-05-07 10:45 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.30 KB, patch)
2009-05-07 10:33 PDT, Antony Sargent
fishd: review+
Details | Formatted Diff | Diff

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