Ignore:
Timestamp:
Jul 30, 2008, 12:09:40 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoff Garen.

Don't call JSGarbageCollect() on a released context.

  • API/testapi.c: (main):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/tests/testapi.c

    r35342 r35444  
    571571    testInitializeFinalize();
    572572    JSGlobalContextRelease(context);
    573     JSGarbageCollect(context);
    574573    TestInitializeFinalize = false;
    575574
     
    951950
    952951    JSGlobalContextRelease(context);
    953     JSGarbageCollect(context);
    954952    JSClassRelease(globalObjectClass);
    955953
Note: See TracChangeset for help on using the changeset viewer.