IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2004, 3:19:28 PM (22 years ago)
Author:
harman
Message:

Added call to psMemCheckCorruption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psArray_02.c

    r576 r620  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    15  *  @date  $Date: 2004-05-05 20:39:09 $
     14 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     15 *  @date  $Date: 2004-05-08 01:19:28 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7070    psFloatArrayFree(psArr);
    7171    psMemCheckLeaks(0, NULL, stdout);
     72    int nBad = psMemCheckCorruption(0);
     73    if(nBad) {
     74        printf("ERROR: Found %d bad memory blocks\n", nBad);
     75    }
    7276    printFooter(stdout, "psArray","Free float array",true);
    7377
Note: See TracChangeset for help on using the changeset viewer.