Changeset 2392 for trunk/psLib/test/dataManip/tst_psMatrix04.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix04.c
r2204 r2392 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-1 0-27 00:57:33$15 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-11-22 21:00:21 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 86 86 psFree(inImage); 87 87 psFree(det2); 88 psMemCheckLeaks(0, NULL, stdout); 88 if(psMemCheckLeaks(0, NULL, stdout, false) != 0 ) { 89 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected."); 90 return 10; 91 } 89 92 psS32 nBad = psMemCheckCorruption(0); 90 93 if(nBad) {
Note:
See TracChangeset
for help on using the changeset viewer.
