Changeset 2392 for trunk/psLib/test/image/tst_psImageStats04.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats04.c
r2262 r2392 92 92 /*************************************************************************/ 93 93 psMemCheckCorruption(1); 94 memLeaks = psMemCheckLeaks(currentId,NULL,stderr );94 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 95 95 if (0 != memLeaks) { 96 96 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks); … … 163 163 /*************************************************************************/ 164 164 psMemCheckCorruption(1); 165 memLeaks = psMemCheckLeaks(currentId,NULL,stderr );165 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 166 166 if (0 != memLeaks) { 167 167 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
