Changeset 15484 in webkit for trunk/JavaScriptCore/API/minidom.c
- Timestamp:
- Jul 17, 2006, 3:49:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/minidom.c
r15482 r15484 65 65 free(scriptUTF8); 66 66 67 #if 0 // used for leak/finalize debugging 68 int i; 69 for (i = 0; i < 1000; i++) { 70 JSObjectRef o = JSObjectMake(context, NULL, NULL); 71 (void)o; 72 } 73 JSGarbageCollect(); 74 #endif 75 67 globalObject = 0; 76 68 JSGlobalContextRelease(context); 69 JSGarbageCollect(context); 77 70 printf("PASS: Program exited normally.\n"); 78 71 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.