Index: trunk/psLib/test/image/tst_psImageStats00.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats00.c	(revision 2279)
+++ trunk/psLib/test/image/tst_psImageStats00.c	(revision 2392)
@@ -138,5 +138,5 @@
 
         psMemCheckCorruption( 1 );
-        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+        memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
         if ( 0 != memLeaks ) {
             psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
@@ -190,5 +190,5 @@
     psFree( tmpImage );
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     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 2279)
+++ trunk/psLib/test/image/tst_psImageStats01.c	(revision 2392)
@@ -132,5 +132,5 @@
 
         psMemCheckCorruption( 1 );
-        memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+        memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
         if ( 0 != memLeaks ) {
             psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
@@ -171,5 +171,5 @@
 
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if ( 0 != memLeaks ) {
         psAbort( __func__, "Memory Leaks! (%d leaks)", memLeaks );
@@ -187,5 +187,5 @@
     psFree(myStats);
     psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if( memLeaks != 0 ) {
         psAbort(__func__, "Memory Leaks! (%d leaks)", memLeaks);
Index: trunk/psLib/test/image/tst_psImageStats02.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats02.c	(revision 2279)
+++ trunk/psLib/test/image/tst_psImageStats02.c	(revision 2392)
@@ -133,5 +133,5 @@
 
     psMemCheckCorruption( 1 );
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     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 2279)
+++ trunk/psLib/test/image/tst_psImageStats03.c	(revision 2392)
@@ -84,5 +84,5 @@
 
     psMemCheckCorruption(1);
-    memLeaks = psMemCheckLeaks(currentId,NULL,stderr);
+    memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false);
     if (0 != memLeaks) {
         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Index: trunk/psLib/test/image/tst_psImageStats04.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStats04.c	(revision 2279)
+++ 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);
