Bug 96322

Summary: [V8] V8PerIsolateData::m_toStringTemplate leaks memory
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, haraken, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch haraken: review+, abarth: commit-queue+

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>