Changeset 881 for trunk/psLib/test/sysUtils/tst_psHash01.c
- Timestamp:
- Jun 4, 2004, 2:35:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash01.c
r860 r881 1 1 /***************************************************************************** 2 2 This code will test whether a hash table can be de-allocated successfully. 3 4 GUS: figure out how the memory leak detection stuff works, then put it5 in here.6 3 *****************************************************************************/ 7 4 #include <stdio.h> … … 54 51 psHashFree(myHashTable, (void (*)(void *))IdFree); 55 52 56 //57 // GUS: put some memory leak stuff here.58 //59 60 53 if (imGlobal != 4) { 61 54 fprintf(stderr, "%s: only (%d/4) entries were freed",
Note:
See TracChangeset
for help on using the changeset viewer.
