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

    r893 r1073  
    186186                            "psStats(): deallocating memory");
    187187
    188     psStatsFree(myStats);
    189     psVectorFree(myVector);
    190     psVectorFree(maskVector);
     188    psFree(myStats);
     189    psFree(myVector);
     190    psFree(maskVector);
    191191
    192192    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.