[Webkit-unassigned] [Bug 30609] New: [V8] ScriptString leaks ScriptStringImpls due to RefPtr fail

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


https://bugs.webkit.org/show_bug.cgi?id=30609

           Summary: [V8] ScriptString leaks ScriptStringImpls due to
                    RefPtr fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org



James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41536|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=41536)
 --> (https://bugs.webkit.org/attachment.cgi?id=41536)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list