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/dataManip/tst_psMatrix07.c

    r2204 r2392  
    1616 *  @author  Ross Harman, MHPCC
    1717 *
    18  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    19  *  @date  $Date: 2004-10-27 00:57:33 $
     18 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     19 *  @date  $Date: 2004-11-22 21:00:21 $
    2020 *
    2121 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    168168    psFree(m4);
    169169    psFree(badImage);
    170     psMemCheckLeaks(0, NULL, stdout);
     170    if( psMemCheckLeaks(0, NULL, stdout, false) != 0) {
     171        psError(PS_ERR_UNKNOWN,true,"Memory leaks detected.");
     172        return 10;
     173    }
    171174    psS32 nBad = psMemCheckCorruption(0);
    172175    if(nBad) {
Note: See TracChangeset for help on using the changeset viewer.