[Webkit-unassigned] [Bug 37360] New: All Workers leak their WebCoreJSClientData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 9 13:51:19 PDT 2010


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

           Summary: All Workers leak their WebCoreJSClientData
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggaren at apple.com
                CC: barraclough at apple.com


>From WorkerScriptController.cpp:
{
    m_globalData->clientData = new WebCoreJSClientData(m_globalData.get());
}

No one ever deletes this data.

-- 
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