Index: branches/eam_branches/psphot.20100506/src/psphotStackOptions.c
===================================================================
--- branches/eam_branches/psphot.20100506/src/psphotStackOptions.c	(revision 27884)
+++ branches/eam_branches/psphot.20100506/src/psphotStackOptions.c	(revision 27888)
@@ -5,10 +5,17 @@
     if (options == NULL) return;
 
+    // free the psf
     psFree (options->psf);
-    psFree (options->inputSeeing);
+
+    // free the array elements
+    psFree (options->psfs);
     psFree (options->sourceLists);
-    psFree (options->norm);
     psFree (options->kernels);
     psFree (options->regions);
+
+    // free the vector elements
+    psFree (options->inputMask);
+    psFree (options->inputSeeing);
+    psFree (options->norm);
     psFree (options->matchChi2);
     psFree (options->weightings);
