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

    r798 r1073  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-05-28 02:52:23 $
     12 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-06-23 23:00:17 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6565    // Test C - Free input and output images
    6666    printPositiveTestHeader(stdout, "psMatrix", "Free input and output images");
    67     psImageFree(outImage);
    68     psImageFree(inImage1);
    69     psImageFree(inImage2);
     67    psFree(outImage);
     68    psFree(inImage1);
     69    psFree(inImage2);
    7070    psMemCheckLeaks(0, NULL, stdout);
    7171    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.