Changeset 861 for trunk/psLib/test/sysUtils/tst_psHash03.c
- Timestamp:
- Jun 3, 2004, 5:22:43 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash03.c
r860 r861 84 84 testStatus); 85 85 86 psHashFree(myHashTable, NULL);86 psHashFree(myHashTable, (void (*)(void *))IdFree); 87 87 memLeaks = psMemCheckLeaks(currentId,NULL,NULL); 88 88 if (0 != memLeaks) {
Note:
See TracChangeset
for help on using the changeset viewer.
