RESOLVED FIXED 72745
Leaks beneath SharedWorker::create seen on Leaks bot
https://bugs.webkit.org/show_bug.cgi?id=72745
Summary Leaks beneath SharedWorker::create seen on Leaks bot
Adam Roben (:aroben)
Reported 2011-11-18 11:41:16 PST
To see the leaks: 1. Go to http://build.webkit.org/LeaksViewer/?url=%2Fresults%2FLion%20Intel%20Leaks%2Fr100768%20%28193%29%2F 2. Dig into malloc_zone_malloc > malloc > WTF::fastMalloc The WebCore::WorkersScriptLoader::operator new and WebCore::MessagePortChannel::operator new frames indicate that we are leaking these two objects.
Attachments
Alexey Proskuryakov
Comment 1 2016-02-26 09:55:33 PST
Fixed long ago by removing support for shared workers.
Note You need to log in before you can comment on or make changes to this bug.