Index: trunk/psLib/test/image/tst_psImageStats00.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats00.c	(revision 1797)
+++ trunk/psLib/test/image/tst_psImageStats00.c	(revision 1811)
@@ -138,5 +138,5 @@
 
         psMemCheckCorruption( 1 );
-        memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
+        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
         if ( 0 != memLeaks ) {
             psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
@@ -170,5 +170,5 @@
     psFree( tmpImage );
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if ( 0 != memLeaks ) {
         psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
Index: trunk/psLib/test/image/tst_psImageStats01.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats01.c	(revision 1797)
+++ 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 );
Index: trunk/psLib/test/image/tst_psImageStats02.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats02.c	(revision 1797)
+++ trunk/psLib/test/image/tst_psImageStats02.c	(revision 1811)
@@ -107,5 +107,5 @@
 
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks( currentId, NULL, NULL );
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if ( 0 != memLeaks ) {
         psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
Index: trunk/psLib/test/image/tst_psImageStats03.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats03.c	(revision 1797)
+++ trunk/psLib/test/image/tst_psImageStats03.c	(revision 1811)
@@ -76,5 +76,5 @@
 
     psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
