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

    r1406 r1811  
    128128
    129129        psMemCheckCorruption( 1 );
    130         memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
     130        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    131131        if ( 0 != memLeaks ) {
    132132            psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
     
    167167
    168168    psMemCheckCorruption( 1 );
    169     memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
     169    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    170170    if ( 0 != memLeaks ) {
    171171        psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
Note: See TracChangeset for help on using the changeset viewer.