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_05.c

    r2273 r2392  
    2222*  @author  Ross Harman, MHPCC
    2323*
    24 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
    25 *  @date  $Date: 2004-11-04 01:05:00 $
     24*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
     25*  @date  $Date: 2004-11-22 20:54:50 $
    2626*
    2727*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    266266    psFree(item7);
    267267    psFree(item8);
    268     if ( psMemCheckLeaks(0, NULL, stdout) != 0 ) {
     268    if ( psMemCheckLeaks(0, NULL, stdout, false) != 0 ) {
    269269        psError(PS_ERR_UNKNOWN, true,"Memory leaks detected.");
    270270        return 50;
Note: See TracChangeset for help on using the changeset viewer.