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

    r2386 r2392  
    1717 *  @author  Ross Harman, MHPCC
    1818 *
    19  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-11-19 01:04:51 $
     19 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-11-22 21:07:42 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    119119    printFooter(stdout, "psArray", "Reallocate void pointer array bigger", true);
    120120
    121 
    122121    // Test D - Reallocate void pointer array smaller
    123122    printPositiveTestHeader(stdout,"psArray","Reallocate void pointer array smaller");
     
    206205        psFree(mySt[i]);
    207206    }
    208     if( psMemCheckLeaks(0, NULL, stdout) != 0) {
     207    if( psMemCheckLeaks(0, NULL, stdout, false) != 0) {
    209208        psError(PS_ERR_UNKNOWN,true,"Memory leaks detected.");
    210209        return 110;
Note: See TracChangeset for help on using the changeset viewer.