Changeset 861
- Timestamp:
- Jun 3, 2004, 5:22:43 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 3 edited
-
tst_psHash02.c (modified) (1 diff)
-
tst_psHash03.c (modified) (1 diff)
-
tst_psHash04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash02.c
r860 r861 71 71 testStatus); 72 72 73 psHashFree(myHashTable, NULL); 73 // psHashFree(myHashTable, NULL); 74 psHashFree(myHashTable, (void (*)(void *))IdFree); 74 75 75 76 memLeaks = psMemCheckLeaks(currentId,NULL,NULL); -
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) { -
trunk/psLib/test/sysUtils/tst_psHash04.c
r860 r861 61 61 testStatus); 62 62 63 psHashFree(myHashTable, NULL);63 psHashFree(myHashTable, (void (*)(void *))IdFree); 64 64 65 65 memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
