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/sysUtils/tst_psHash00.c

    r881 r1073  
    5353                testStatus);
    5454
    55     psHashFree(myHashTable, NULL);
     55    psFree(myHashTable);
    5656
    57     memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
     57    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
    5858    if (0 != memLeaks) {
    5959        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note: See TracChangeset for help on using the changeset viewer.