Changeset 860 for trunk/psLib/test/sysUtils/tst_psHash01.c
- Timestamp:
- Jun 3, 2004, 5:20:08 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
r847 r860 36 36 psHash *myHashTable = NULL; 37 37 int testStatus = true; 38 int currentId = psMemGetId(); 39 int memLeaks = 0; 38 40 39 41 printPositiveTestHeader(stdout, … … 67 69 testStatus); 68 70 71 memLeaks = psMemCheckLeaks(currentId,NULL,NULL); 72 if (0 != memLeaks) { 73 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks); 74 } 75 psMemCheckCorruption(1); 76 69 77 return (!testStatus); 70 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
