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

    r1026 r1073  
    395395                            "psStats(): deallocating memory");
    396396
    397     psStatsFree(myStats);
    398     psVectorFree(myVector);
    399     psVectorFree(maskVector);
     397    psFree(myStats);
     398    psFree(myVector);
     399    psFree(maskVector);
    400400
    401401    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.