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/collections/tst_psMetadata_04.c

    r2273 r2392  
    1818*  @author  Ross Harman, MHPCC
    1919*
    20 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    21 *  @date  $Date: 2004-11-04 01:05:00 $
     20*  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     21*  @date  $Date: 2004-11-22 20:54:50 $
    2222*
    2323*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    196196    psFree(item3);
    197197    psFree(item4);
    198     if ( psMemCheckLeaks(0, NULL, stdout) != 0 ) {
     198    if ( psMemCheckLeaks(0, NULL, stdout,false) != 0 ) {
    199199        psError(PS_ERR_UNKNOWN, true,"memory leaks detected.");
    200200        return 20;
Note: See TracChangeset for help on using the changeset viewer.