Index: trunk/psLib/test/sysUtils/tst_psHash03.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psHash03.c	(revision 873)
+++ trunk/psLib/test/sysUtils/tst_psHash03.c	(revision 875)
@@ -99,4 +99,7 @@
     while (myKeys[i] != NULL) {
         id = psHashRemove(myHashTable, myKeys[i], (void (*)(void *))IdFree);
+        // GUS: The psHashRemove() procedure removes the entry from the hash
+        // table, but does not delete the data.  The following is necessary
+        // to delete the data as well (which is returned from the call).
         IdFree(id);
         id = psHashLookup(myHashTable, myKeys[i]);
