Index: /trunk/psLib/src/image/psImage.c
===================================================================
--- /trunk/psLib/src/image/psImage.c	(revision 633)
+++ /trunk/psLib/src/image/psImage.c	(revision 634)
@@ -7,6 +7,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-10 20:20:42 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-10 22:37:04 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -152,5 +152,5 @@
 
         for(i=0; i<nChildren; i++) {
-            psImageFree(children);
+            psImageFree(&children[i]);
         }
     }
Index: /trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.c	(revision 633)
+++ /trunk/psLib/src/mathtypes/psImage.c	(revision 634)
@@ -7,6 +7,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-10 20:20:42 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-10 22:37:04 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -152,5 +152,5 @@
 
         for(i=0; i<nChildren; i++) {
-            psImageFree(children);
+            psImageFree(&children[i]);
         }
     }
