Index: trunk/stac/src/stacCheckMemory.c
===================================================================
--- trunk/stac/src/stacCheckMemory.c	(revision 2500)
+++ trunk/stac/src/stacCheckMemory.c	(revision 3375)
@@ -44,9 +44,9 @@
 
     if ((leakFile = fopen(LEAKS, "w")) == NULL) {
-	psError("stac.checkMemory", "Unable to open leaks file, %s\n",LEAKS);
+	fprintf(stderr, "Unable to open leaks file, %s\n", LEAKS);
 	return;
     }
 
-    int nLeaks = psMemCheckLeaks(0, &leaks, leakFile); // Number of leaks
+    int nLeaks = psMemCheckLeaks(0, &leaks, leakFile, false); // Number of leaks
     psTrace("stac.checkMemory", 1, "%d leaks found.\n", nLeaks);
     for (int i = 0; i < nLeaks; i++) {
