Bug 37360

Summary: REGRESSION(r49963): All Workers leak their WebCoreJSClientData
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: barraclough
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Geoffrey Garen
Reported 2010-04-09 13:51:19 PDT
From WorkerScriptController.cpp: { m_globalData->clientData = new WebCoreJSClientData(m_globalData.get()); } No one ever deletes this data.
Attachments
Geoffrey Garen
Comment 1 2010-04-09 15:29:51 PDT
NM. ~JSGlobalData delete the pointer. We should probably change it to an OwnPtr to make this clearer.
Note You need to log in before you can comment on or make changes to this bug.