Bug 23456

Summary: Function argument names leak
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: JavaScriptCoreAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed patch oliver: review+

Description Alexey Proskuryakov 2009-01-21 09:32:07 PST
After evaluating <http://trac.webkit.org/browser/trunk/LayoutTests/fast/workers/resources/worker-common.js> in a worker thread, there is a leak of "evt" detected.

I'm not sure why this only happened in workers, and only on a single test, but Oliver showed me how to fix this in JavaScriptCore, patch forthcoming as soon as tests are done.
Comment 1 Alexey Proskuryakov 2009-01-21 09:50:06 PST
Created attachment 26896 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2009-01-21 10:10:40 PST
Committed revision 40086.