Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 10598)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 10605)
@@ -7,6 +7,6 @@
 *  polynomials.  It also contains a Gaussian functions.
 *
-*  @version $Revision: 1.153 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-09 14:19:56 $
+*  @version $Revision: 1.154 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-12-10 04:13:25 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -690,5 +690,5 @@
 {
     if (out == NULL) {
-        psPolynomial2DAlloc (poly->type, poly->nX, poly->nY);
+        out = psPolynomial2DAlloc (poly->type, poly->nX, poly->nY);
     } else {
         psPolynomial2DRecycle (out, poly->type, poly->nX, poly->nY);
