Index: trunk/psLib/test/image/tst_psImageStats04.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats04.c	(revision 2262)
+++ trunk/psLib/test/image/tst_psImageStats04.c	(revision 2392)
@@ -92,5 +92,5 @@
     /*************************************************************************/
     psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
@@ -163,5 +163,5 @@
     /*************************************************************************/
     psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
