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

    r887 r1073  
    107107                            "psStats(): deallocating memory");
    108108
    109     psStatsFree(myStats);
    110     psVectorFree(myVector);
    111     psVectorFree(maskVector);
     109    psFree(myStats);
     110    psFree(myVector);
     111    psFree(maskVector);
    112112
    113113    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.