IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2004, 5:22:43 PM (22 years ago)
Author:
gusciora
Message:

Fixed most memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psHash03.c

    r860 r861  
    8484                testStatus);
    8585
    86     psHashFree(myHashTable, NULL);
     86    psHashFree(myHashTable, (void (*)(void *))IdFree);
    8787    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
    8888    if (0 != memLeaks) {
Note: See TracChangeset for help on using the changeset viewer.