Index: trunk/psLib/test/collections/tst_psHash03.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash03.c	(revision 2204)
+++ trunk/psLib/test/collections/tst_psHash03.c	(revision 2392)
@@ -29,7 +29,7 @@
     psS32 numBlocks = 0;
 
-    numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL);
+    numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL,false);
     printf("******************** %s ********************\n", myString);
-    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr));
+    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr,false));
     printf("%d blocks\n", numBlocks);
     printf("*  ");
@@ -129,5 +129,5 @@
         psFree(ids[i]);
     }
-    memLeaks = psMemCheckLeaks(currentId,NULL,stdout);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stdout,false);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
