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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 12:24:53 PDT 2009


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





------- Comment #2 from parmanoir at gmail.com  2009-03-16 12:24 PDT -------
Yes, this code :
        JSGlobalContextRef ctx = JSGlobalContextCreate(NULL);
        JSGarbageCollect(ctx);
        JSGlobalContextRelease(ctx);

still reports the same leaks as without GC :
        LEAK: 71 Structure

And JSCocoa does GC before terminating, I've just checked.


-- 
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