Index: trunk/psModules/src/psTest.c
===================================================================
--- trunk/psModules/src/psTest.c	(revision 2275)
+++ trunk/psModules/src/psTest.c	(revision 2481)
@@ -151,5 +151,5 @@
             psS32 retVal = fcn();
             if ( retVal == 0 ) { // only bother checking memory if test executed to end.
-                if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
+                if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) {
                     psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" );
                     retVal = 64;
@@ -175,5 +175,5 @@
         childReturn = fcn();
         if ( childReturn == 0 ) { // only bother checking memory if test executed to end.
-            if ( psMemCheckLeaks( currentId, NULL, stderr ) != 0 ) {
+            if ( psMemCheckLeaks( currentId, NULL, stderr, false ) != 0 ) {
                 psError(PS_ERR_UNKNOWN, true, "Memory Leaks Detected" );
                 childReturn = 64;
