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/dataIO/tst_psLookupTable_01.c

    r2310 r2392  
    1717*  @author  Ross Harman, MHPCC
    1818*
    19 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    20 *  @date  $Date: 2004-11-09 01:23:57 $
     19*  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     20*  @date  $Date: 2004-11-22 21:10:52 $
    2121*
    2222*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4646    printPositiveTestHeader(stdout, "psMetadata", "Test J - Free psMetadata");
    4747    psFree(table1);
    48     psMemCheckLeaks(0, NULL, stdout);
     48    if ( psMemCheckLeaks(0, NULL, stdout, false) ) {
     49        psError(PS_ERR_UNKNOWN,true,"Memory leaks detected");
     50        return 10;
     51    }
    4952    psMemCheckCorruption(0);
    5053    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.