Index: /branches/pap/ppStack/src/ppStackLoop.c
===================================================================
--- /branches/pap/ppStack/src/ppStackLoop.c	(revision 25796)
+++ /branches/pap/ppStack/src/ppStackLoop.c	(revision 25797)
@@ -62,5 +62,4 @@
         return false;
     }
-    psFree(options->cells); options->cells = NULL;
 
     // Prepare for combination
@@ -132,8 +131,7 @@
             return false;
         }
-        psFree(options->cells); options->cells = NULL;
-        psTrace("ppStack", 2, "Final stack of convolved images....\n");
+        psTrace("ppStack", 2, "Stack of unconvolved images....\n");
         if (!ppStackCombineFinal(stack, options, config)) {
-            psError(PS_ERR_UNKNOWN, false, "Unable to perform final combination.");
+            psError(PS_ERR_UNKNOWN, false, "Unable to perform unconvolved combination.");
             psFree(stack);
             psFree(options);
@@ -145,4 +143,5 @@
         psFree(stack);
     }
+    psFree(options->cells); options->cells = NULL;
 #endif
 
