[Webkit-unassigned] [Bug 24615] JavascriptCore reports leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 13:26:17 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24615





------- Comment #5 from parmanoir at gmail.com  2009-03-16 13:26 PDT -------
I've just tried that :
        JSGlobalContextRef ctx = JSGlobalContextCreate(NULL);
        JSGlobalContextRelease(ctx);
        JSGarbageCollect(ctx);

And leaks are down to 7. 

Doesn't JSGlobalContextRelease(ctx) render the context invalid ? I've seen that
JSGarbageCollect(NULL) is now a no-op and calling it with a released context is
counter intuitive.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list