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

    r908 r1073  
    1616 *  @author  Ross Harman, MHPCC
    1717 *
    18  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    19  *  @date  $Date: 2004-06-08 01:56:35 $
     18 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     19 *  @date  $Date: 2004-06-23 23:00:17 $
    2020 *
    2121 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    157157    // Test I - Free input and output images
    158158    printPositiveTestHeader(stdout, "psMatrix", "Free input and output images and vectors");
    159     psImageFree(m1);
    160     psVectorFree(v1);
    161     psImageFree(m2);
    162     psVectorFree(v2);
    163     psImageFree(m3);
    164     psImageFree(m4);
    165     psImageFree(badImage);
     159    psFree(m1);
     160    psFree(v1);
     161    psFree(m2);
     162    psFree(v2);
     163    psFree(m3);
     164    psFree(m4);
     165    psFree(badImage);
    166166    psMemCheckLeaks(0, NULL, stdout);
    167167    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.