IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2004, 1:00:17 PM (22 years ago)
Author:
desonia
Message:

Changed the means of deallocation of memory. ps_Alloc now registers an optional free function to handle any additional processing of a memory object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMatrix01.c

    r899 r1073  
    1111 *  @author  Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    14  *  @date  $Date: 2004-06-07 20:47:52 $
     13 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     14 *  @date  $Date: 2004-06-23 23:00:17 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7575    // Test D - Free images and check for leaks
    7676    printPositiveTestHeader(stdout, "psMatrix", "Free images and check for leaks");
    77     psImageFree(inImage);
    78     psImageFree(outImage);
    79     psImageFree(outImageNull);
     77    psFree(inImage);
     78    psFree(outImage);
     79    psFree(outImageNull);
    8080    psMemCheckLeaks(0, NULL, stdout);
    8181    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.