Index: trunk/psLib/test/image/tst_psImageStats01.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats01.c	(revision 1406)
+++ trunk/psLib/test/image/tst_psImageStats01.c	(revision 1811)
@@ -128,5 +128,5 @@
 
         psMemCheckCorruption( 1 );
-        memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
+        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
         if ( 0 != memLeaks ) {
             psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
@@ -167,5 +167,5 @@
 
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if ( 0 != memLeaks ) {
         psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
