IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2004, 1:46:11 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r873 r875  
    9999    while (myKeys[i] != NULL) {
    100100        id = psHashRemove(myHashTable, myKeys[i], (void (*)(void *))IdFree);
     101        // GUS: The psHashRemove() procedure removes the entry from the hash
     102        // table, but does not delete the data.  The following is necessary
     103        // to delete the data as well (which is returned from the call).
    101104        IdFree(id);
    102105        id = psHashLookup(myHashTable, myKeys[i]);
Note: See TracChangeset for help on using the changeset viewer.