Index: /trunk/psLib/test/image/tst_psImage.c
===================================================================
--- /trunk/psLib/test/image/tst_psImage.c	(revision 948)
+++ /trunk/psLib/test/image/tst_psImage.c	(revision 949)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-09 19:27:09 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-09 20:34:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -224,5 +224,5 @@
             // children is freed.
             psImageFree(image);
-            if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+            if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
                 psError(__func__,"Memory Leaks Detected");
                 return 64;
@@ -235,5 +235,5 @@
     // #548: Verify program execution doesn't stop, if the input psImage structure pointer is null.
     psImageFree(NULL);
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psError(__func__,"Memory Leaks Detected");
         return 64;
@@ -249,5 +249,5 @@
     psImageFree(image);
 
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psError(__func__,"Memory Leaks Detected");
         return 64;
@@ -521,5 +521,5 @@
     // Verify no memory leaks or corruption are detected for a psImage structure
     // Verify no memory leaks or corruption are detected for a psImage structure
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psError(__func__,"Memory Leaks Detected");
         return 64;
@@ -627,5 +627,5 @@
     psImageFree(img2);
 
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psAbort(__func__,"Memory Leaks!");
     }
@@ -740,5 +740,5 @@
     }
 
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psAbort(__func__,"Memory Leaks!");
     }
@@ -826,5 +826,5 @@
 
 
-    if (psMemCheckLeaks(currentId,NULL,NULL) != 0) {
+    if (psMemCheckLeaks(currentId,NULL,stderr) != 0) {
         psAbort(__func__,"Memory Leaks!");
     }
