Index: trunk/psLib/src/imageops/psImagePixelExtract.c
===================================================================
--- trunk/psLib/src/imageops/psImagePixelExtract.c	(revision 6750)
+++ trunk/psLib/src/imageops/psImagePixelExtract.c	(revision 6770)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-01 02:43:57 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-04 22:04:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -103,5 +103,5 @@
     }
 
-    psVectorRecycle(out, input->numCols, input->type.type);
+    out = psVectorRecycle(out, input->numCols, input->type.type);
 
     switch (input->type.type) {
@@ -233,5 +233,5 @@
     }
 
-    psVectorRecycle(out, input->numRows, input->type.type);
+    out = psVectorRecycle(out, input->numRows, input->type.type);
 
     switch (input->type.type) {
