Index: trunk/psLib/src/math/psPolynomialUtils.c
===================================================================
--- trunk/psLib/src/math/psPolynomialUtils.c	(revision 10999)
+++ trunk/psLib/src/math/psPolynomialUtils.c	(revision 11674)
@@ -88,5 +88,5 @@
         if (fit == NULL) {
             psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial4DEvalVector().  Returning NULL.\n");
-            psFree(resid)
+            psFree(resid);
             return false;
         }
