RESOLVED INVALID 37360
REGRESSION(r49963): All Workers leak their WebCoreJSClientData
https://bugs.webkit.org/show_bug.cgi?id=37360
Summary REGRESSION(r49963): All Workers leak their WebCoreJSClientData
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.