IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2531


Ignore:
Timestamp:
Nov 29, 2004, 3:30:08 PM (22 years ago)
Author:
harman
Message:

Changed arguments to memory leak check function

Location:
trunk/psLib/test
Files:
2 edited

Legend:

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

    r2521 r2531  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2004-11-30 00:29:06 $
     11*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2004-11-30 01:30:08 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3535    // Test B - Free data
    3636    printPositiveTestHeader(stdout, "psMetadata", "Test B - Free data");
    37     psMemCheckLeaks(0, NULL, stdout);
     37    psMemCheckLeaks(0, NULL, stdout, false);
    3838    psS32 nBad = psMemCheckCorruption(0);
    3939    if(nBad) {
  • trunk/psLib/test/collections/tst_psMetadata_07.c

    r2521 r2531  
    99*  @author  Ross Harman, MHPCC
    1010*
    11 *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    12 *  @date  $Date: 2004-11-30 00:29:06 $
     11*  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     12*  @date  $Date: 2004-11-30 01:30:08 $
    1313*
    1414*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3535    // Test B - Free data
    3636    printPositiveTestHeader(stdout, "psMetadata", "Test B - Free data");
    37     psMemCheckLeaks(0, NULL, stdout);
     37    psMemCheckLeaks(0, NULL, stdout, false);
    3838    psS32 nBad = psMemCheckCorruption(0);
    3939    if(nBad) {
Note: See TracChangeset for help on using the changeset viewer.