Changeset 27882 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Nov 17, 2007, 9:36:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/testapi.c
r27881 r27882 829 829 } 830 830 831 // Clear out local variables pointing at JSObjectRefs to allow their values to be collected 832 function = NULL; 833 v = NULL; 834 o = NULL; 835 globalObject = NULL; 836 831 837 JSStringRelease(jsEmptyIString); 832 838 JSStringRelease(jsOneIString); … … 837 843 JSStringRelease(goodSyntax); 838 844 JSStringRelease(badSyntax); 839 845 840 846 JSGlobalContextRelease(context); 841 847 JSGarbageCollect(context);
Note:
See TracChangeset
for help on using the changeset viewer.