Index: trunk/psLib/src/image/psImageExtraction.c
===================================================================
--- trunk/psLib/src/image/psImageExtraction.c	(revision 3476)
+++ trunk/psLib/src/image/psImageExtraction.c	(revision 3682)
@@ -9,6 +9,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-22 21:52:49 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -105,5 +105,5 @@
 
     // set the new psImage's deallocator to the same as the input image
-    p_psMemSetDeallocator(out,p_psMemGetDeallocator(image));
+    psMemSetDeallocator(out,psMemGetDeallocator(image));
 
     inputColOffset = elementSize * col0;
