Index: /trunk/psphot/src/psphotEnsemblePSF.c
===================================================================
--- /trunk/psphot/src/psphotEnsemblePSF.c	(revision 10103)
+++ /trunk/psphot/src/psphotEnsemblePSF.c	(revision 10104)
@@ -177,4 +177,5 @@
     # else
     psVector *norm = psSparseSolve (NULL, constraint, sparse, 3);
+    psVector *skyfit = NULL;
     # endif
 
@@ -218,4 +219,5 @@
     psFree (fitSources);
     psFree (norm);
+    psFree (skyfit);
     psFree (weight);
     psFree (errors);
