Index: trunk/psphot/src/psphotGrowthCurve.c
===================================================================
--- trunk/psphot/src/psphotGrowthCurve.c	(revision 6311)
+++ trunk/psphot/src/psphotGrowthCurve.c	(revision 6379)
@@ -62,4 +62,10 @@
     psLogMsg ("psphot.growth", 4, "GrowthCurve : apLoss : %f\n", psf->growth->apLoss);
     
+    psFree (view);
+    psFree (image);
+    psFree (mask);
+    psFree (model);
+    psFree (modelRef);
+
     return true;
 }
