Index: trunk/psLib/test/collections/tst_psArray01.c
===================================================================
--- trunk/psLib/test/collections/tst_psArray01.c	(revision 2392)
+++ trunk/psLib/test/collections/tst_psArray01.c	(revision 2393)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-11-19 21:58:59 $
+ *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-22 21:22:44 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -119,5 +119,5 @@
         psFree(mySt[i]);
     }
-    if( psMemCheckLeaks(0, NULL, stdout) != 0) {
+    if( psMemCheckLeaks(0, NULL, stdout, false) != 0) {
         psError(PS_ERR_UNKNOWN,true,"Memory leaks detected.");
         return 110;
Index: trunk/psLib/test/collections/tst_psVectorSort_04.c
===================================================================
--- trunk/psLib/test/collections/tst_psVectorSort_04.c	(revision 2392)
+++ trunk/psLib/test/collections/tst_psVectorSort_04.c	(revision 2393)
@@ -9,6 +9,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-10-27 00:57:33 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-22 21:22:44 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -34,5 +34,5 @@
     printPositiveTestHeader(stdout, "psVectorSort", "Free vectors");
     psFree(goodOut);
-    psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout);
+    psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false);
     if(nLeaks) {
         printf("ERROR: Found %d memory blocks\n", nLeaks);
