RESOLVED FIXED30609
[V8] ScriptString leaks ScriptStringImpls due to RefPtr fail
https://bugs.webkit.org/show_bug.cgi?id=30609
Summary [V8] ScriptString leaks ScriptStringImpls due to RefPtr fail
James Robinson
Reported 2009-10-20 16:59:31 PDT
Created attachment 41536 [details] Fix The initialization of ScriptString's m_impl RefPtr<ScriptStringImpl> member variable is wrong and initializes the refCount on the ScriptStringImpl to 2, so it never gets deleted.
Attachments
Fix (2.74 KB, patch)
2009-10-20 16:59 PDT, James Robinson
no flags
WebKit Commit Bot
Comment 1 2009-10-20 17:09:00 PDT
Comment on attachment 41536 [details] Fix Clearing flags on attachment: 41536 Committed r49892: <http://trac.webkit.org/changeset/49892>
WebKit Commit Bot
Comment 2 2009-10-20 17:09:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.