Index: trunk/psLib/src/math/psConstants.h
===================================================================
--- trunk/psLib/src/math/psConstants.h	(revision 2731)
+++ trunk/psLib/src/math/psConstants.h	(revision 2739)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-16 21:42:39 $
+ *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-16 23:04:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -320,4 +320,7 @@
     NAME = psPolynomial1DAlloc(ORDER, TYPE); \
     p_psMemSetPersistent(NAME, true); \
+    p_psMemSetPersistent(NAME->coeff, true); \
+    p_psMemSetPersistent(NAME->coeffErr, true); \
+    p_psMemSetPersistent(NAME->mask, true); \
 } \
 
