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

    r897 r1073  
    1313 *  @author  Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2004-06-07 20:25:03 $
     15 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2004-06-23 23:00:17 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282    // Test D - Free input and output images
    8383    printPositiveTestHeader(stdout, "psMatrix", "Free input and output images");
    84     psImageFree(outImage);
    85     psImageFree(inImage);
     84    psFree(outImage);
     85    psFree(inImage);
    8686    psFree(det2);
    8787    psMemCheckLeaks(0, NULL, stdout);
Note: See TracChangeset for help on using the changeset viewer.