Changeset 875 for trunk/psLib/test/sysUtils/tst_psHash03.c
- Timestamp:
- Jun 4, 2004, 1:46:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psHash03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psHash03.c
r873 r875 99 99 while (myKeys[i] != NULL) { 100 100 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). 101 104 IdFree(id); 102 105 id = psHashLookup(myHashTable, myKeys[i]);
Note:
See TracChangeset
for help on using the changeset viewer.
