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

    r893 r1073  
    8484        }
    8585        psMemCheckCorruption(1);
    86         psHistogramFree(myHist);
     86        psFree(myHist);
    8787        psMemCheckCorruption(1);
    88         psVectorFree(myBounds);
     88        psFree(myBounds);
    8989
    9090        printFooter(stdout,
Note: See TracChangeset for help on using the changeset viewer.