Bug 21577 - 5 false positive StructureID leaks
Summary: 5 false positive StructureID leaks
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 13:29 PDT by Sam Weinig
Modified: 2008-10-13 14:44 PDT (History)
0 users

See Also:


Attachments
patch (8.01 KB, patch)
2008-10-13 13:30 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
updated patch (6.18 KB, patch)
2008-10-13 14:42 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2008-10-13 13:29:03 PDT
Each time you quit there are 5 false positive leaks of StructureIDs due to not tearing down the common JSGlobalData used in WebCore.
Comment 1 Sam Weinig 2008-10-13 13:30:40 PDT
Created attachment 24323 [details]
patch
Comment 2 Cameron Zwarich (cpst) 2008-10-13 13:34:20 PDT
Comment on attachment 24323 [details]
patch

r=me
Comment 3 Darin Adler 2008-10-13 13:44:19 PDT
Comment on attachment 24323 [details]
patch

"JSGlolalData"
Comment 4 Sam Weinig 2008-10-13 14:42:27 PDT
Comment on attachment 24323 [details]
patch

Clearing review flag.  I have a better version.
Comment 5 Sam Weinig 2008-10-13 14:42:59 PDT
Created attachment 24327 [details]
updated patch

This was reviewed by Mitz.
Comment 6 Sam Weinig 2008-10-13 14:44:21 PDT
Fixed in r37563.