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/image/tst_psImageStats02.c

    r1072 r1073  
    102102                            "psImageStats functions",
    103103                            "Deallocate the psStats/psImage structure.");
    104     psStatsFree(myStats);
    105     psImageFree(tmpImage);
    106     psImageFree(outImage);
    107     psPolynomial2DFree(my2DPoly);
     104    psFree(myStats);
     105    psFree(tmpImage);
     106    psFree(outImage);
     107    psFree(my2DPoly);
    108108
    109109    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.