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/sysUtils/tst_psMemory.c

    r1728 r1811  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2004-09-08 21:03:39 $
     8*  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2004-09-14 23:55:47 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    402402
    403403    psLogMsg( __func__, PS_LOG_INFO, "Testing psMemCheckLeaks again with a different leak location" );
    404     psMemCheckLeaks( currentId, NULL, stderr );
     404    psMemCheckLeaks(currentId,NULL,stderr);
    405405
    406406    for ( lcv = 0;lcv < numBuffers;lcv++ ) {
Note: See TracChangeset for help on using the changeset viewer.