Changeset 2392 for trunk/psLib/test/collections/tst_psMetadataIO.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psMetadataIO.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psMetadataIO.c
r2204 r2392 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-1 0-27 00:57:31$15 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-11-22 20:53:39 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 174 174 psFree(metadata2); 175 175 psFree(metadata3); 176 psMemCheckLeaks(0, NULL, stdout); 176 if(psMemCheckLeaks(0, NULL, stdout,false)) { 177 psError(PS_ERR_UNKNOWN,true,"Memory leak detected"); 178 return 10; 179 } 177 180 psMemCheckCorruption(0); 178 181 psS32 nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
