WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug