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

    r887 r1073  
    102102                            "psStats(): deallocating memory");
    103103
    104     psStatsFree(myStats);
    105     psVectorFree(myVector);
    106     psVectorFree(maskVector);
     104    psFree(myStats);
     105    psFree(myVector);
     106    psFree(maskVector);
    107107
    108108    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.