IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 11:10:52 AM (22 years ago)
Author:
evanalst
Message:

Update psMemCheckLeaks function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/tst_psTime_01.c

    r2322 r2392  
    2323 *  @author  Ross Harman, MHPCC
    2424 *
    25  *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
    26  *  @date  $Date: 2004-11-10 22:39:18 $
     25 *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
     26 *  @date  $Date: 2004-11-22 20:52:45 $
    2727 *
    2828 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    197197    psFree(testTime);
    198198    psLibFinalize();
    199     psMemCheckLeaks(0, NULL, stdout);
     199    if( psMemCheckLeaks(0, NULL, stdout,false) != 0 ) {
     200        psError(PS_ERR_UNKNOWN,true,"Memory leaks detected");
     201        return 10;
     202    }
    200203    psMemCheckCorruption(0);
    201204    psS32 nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.