IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 1:55:47 PM (22 years ago)
Author:
desonia
Message:

made psMemCheckLeaks to output results to stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageStats00.c

    r1406 r1811  
    138138
    139139        psMemCheckCorruption( 1 );
    140         memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
     140        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    141141        if ( 0 != memLeaks ) {
    142142            psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
     
    170170    psFree( tmpImage );
    171171    psMemCheckCorruption( 1 );
    172     memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
     172    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    173173    if ( 0 != memLeaks ) {
    174174        psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
Note: See TracChangeset for help on using the changeset viewer.