[Webkit-unassigned] [Bug 247695] Many memory leaks in the simple Apple JavaScriptCore C API usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 18:14:59 PST 2022


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

--- Comment #2 from Sergio <sergio_nsk at yahoo.de> ---
If I call JSGarbageCollect(), it does not change output:

    #include <JavaScriptCore/JSContextRef.h>

    int main() {
      auto *global = JSGlobalContextCreate(nullptr);
      JSGarbageCollect(global);
      JSGlobalContextRelease(global);
    }

I would like to know a proper JavaScriptCore shutdown.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221110/9d6c378b/attachment.htm>


More information about the webkit-unassigned mailing list