Bug 38110

Summary: [Qt] QScriptStringPrivate c'tor problem
Product: WebKit Reporter: Jędrzej Nowacki <jedrzej.nowacki>
Component: JavaScriptCoreAssignee: Jędrzej Nowacki <jedrzej.nowacki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jedrzej.nowacki, kenneth, kent.hansen
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 31863    
Attachments:
Description Flags
fix v1 none

Description Jędrzej Nowacki 2010-04-26 04:00:53 PDT
The c'tor shouldn't call JSStringRetain function. QScriptConverter implicitly pass a JSStringref ownership.
Comment 1 Jędrzej Nowacki 2010-04-26 04:07:58 PDT
Created attachment 54271 [details]
fix v1

Fix the memory leak.
Comment 2 WebKit Commit Bot 2010-04-26 05:28:24 PDT
Comment on attachment 54271 [details]
fix v1

Clearing flags on attachment: 54271

Committed r58248: <http://trac.webkit.org/changeset/58248>
Comment 3 WebKit Commit Bot 2010-04-26 05:28:30 PDT
All reviewed patches have been landed.  Closing bug.