Bug 22003 - fix leak in CallIdentifier, seen on leakbot
Summary: fix leak in CallIdentifier, seen on leakbot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 10:41 PDT by Darin Adler
Modified: 2008-10-31 10:59 PDT (History)
0 users

See Also:


Attachments
patch (5.42 KB, patch)
2008-10-31 10:42 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-10-31 10:41:46 PDT
I noticed a leak on the leakbot and traced it to a mistake in the CallIdentifier hash traits.
Comment 1 Darin Adler 2008-10-31 10:42:30 PDT
Created attachment 24801 [details]
patch
Comment 2 mitz 2008-10-31 10:55:24 PDT
Comment on attachment 24801 [details]
patch

r=me
Comment 3 Darin Adler 2008-10-31 10:59:46 PDT
http://trac.webkit.org/changeset/38037