Changeset 2392 for trunk/psLib/test/astronomy/tst_psTime_03.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_03.c
r2328 r2392 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-11- 10 23:08:10$14 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-11-22 20:52:45 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 133 133 psFree(time5b); 134 134 psFree(timeOut5); 135 psMemCheckLeaks(0, NULL, stdout); 135 if ( psMemCheckLeaks(0, NULL, stdout,false) ) { 136 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected."); 137 return 10; 138 } 136 139 psMemCheckCorruption(0); 137 140 psS32 nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
