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

    r897 r1073  
    1414 *  @author  Ross Harman, MHPCC
    1515 *
    16  *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
    17  *  @date  $Date: 2004-06-07 20:25:03 $
     16 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
     17 *  @date  $Date: 2004-06-23 23:00:17 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    104104    // Test D - Free input and output images and vectors
    105105    printPositiveTestHeader(stdout, "psMatrix", "Free input and output images and vectors");
    106     psImageFree(inImage);
    107     psImageFree(luImage);
    108     psVectorFree(perm);
    109     psVectorFree(outVector);
    110     psVectorFree(inVector);
     106    psFree(inImage);
     107    psFree(luImage);
     108    psFree(perm);
     109    psFree(outVector);
     110    psFree(inVector);
    111111    psMemCheckLeaks(0, NULL, stdout);
    112112    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.