[webkit-reviews] review requested: [Bug 30609] [V8] ScriptString leaks ScriptStringImpls due to RefPtr fail : [Attachment 41536] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 16:59:31 PDT 2009


James Robinson <jamesr at chromium.org> has asked	for review:
Bug 30609: [V8] ScriptString leaks ScriptStringImpls due to RefPtr fail
https://bugs.webkit.org/show_bug.cgi?id=30609

Attachment 41536: Fix
https://bugs.webkit.org/attachment.cgi?id=41536&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
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.


More information about the webkit-reviews mailing list