Index: trunk/psLib/src/imageops/psImageMapFit.c
===================================================================
--- trunk/psLib/src/imageops/psImageMapFit.c	(revision 14931)
+++ trunk/psLib/src/imageops/psImageMapFit.c	(revision 14960)
@@ -7,6 +7,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-20 23:54:25 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-09-21 02:45:33 $
  *
  *  Copyright 2007 Institute for Astronomy, University of Hawaii
@@ -323,5 +323,4 @@
     assert (y);
     assert (f);
-    assert (df);
 
     // the user supplies one of various stats option pairs,
@@ -355,4 +354,5 @@
     if (!inMask) {
 	mask = psVectorAlloc (x->n, PS_TYPE_U8);
+	psVectorInit (mask, 0);
     }
 
