Bug 96322 - [V8] V8PerIsolateData::m_toStringTemplate leaks memory
Summary: [V8] V8PerIsolateData::m_toStringTemplate leaks memory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-10 14:43 PDT by Adam Barth
Modified: 2012-09-10 16:23 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.43 KB, patch)
2012-09-10 14:45 PDT, Adam Barth
haraken: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-09-10 14:43:59 PDT
[V8] V8PerIsolateData::m_toStringTemplate leaks memory
Comment 1 Adam Barth 2012-09-10 14:45:20 PDT
Created attachment 163213 [details]
Patch
Comment 2 Adam Barth 2012-09-10 14:45:50 PDT
This leak is also small (one per thread)
Comment 3 Kentaro Hara 2012-09-10 14:46:38 PDT
Comment on attachment 163213 [details]
Patch

Looks OK
Comment 4 Adam Barth 2012-09-10 16:23:08 PDT
Committed r128127: <http://trac.webkit.org/changeset/128127>