Index: /trunk/ppStack/src/ppStackLoop.c
===================================================================
--- /trunk/ppStack/src/ppStackLoop.c	(revision 36363)
+++ /trunk/ppStack/src/ppStackLoop.c	(revision 36364)
@@ -87,5 +87,6 @@
         pmCellFreeData(options->cells->data[i]);
     }
-    //    psFree(stack);
+    //MEH -- uncomment back out
+    //psFree(stack);
 
     // Pixel rejection
@@ -181,5 +182,6 @@
         return false;
     }
-    //    psFree(stack);
+    //MEH uncomment back out..
+    //psFree(stack);
     psLogMsg("ppStack", PS_LOG_INFO, "Stage 7: Cleanup, WCS & JPEGS: %f sec", psTimerClear("PPSTACK_STEPS"));
     ppStackMemDump("cleanup");
Index: /trunk/ppStack/src/ppStackMatch.c
===================================================================
--- /trunk/ppStack/src/ppStackMatch.c	(revision 36363)
+++ /trunk/ppStack/src/ppStackMatch.c	(revision 36364)
@@ -6,7 +6,6 @@
 #define COVAR_FRAC 0.01                 // Truncation fraction for covariance matrix
 
-// #define TESTING                         // Enable debugging output
+// #define TESTING                      // Enable debugging output
 // #define TESTING_REUSE_CONV		// Enable debugging for re-using convolved outputs from previous run
-
 // #define TESTING_CZW 
 
@@ -156,4 +155,9 @@
     if (options->convolve) {
         pmReadout *conv = pmReadoutAlloc(NULL); // Conv readout, for holding results temporarily
+
+        // MEH -- earlier defn needed with new simple mode modifications to  use TESTING_REUSE_CONV...
+	//const char *typeStr = psMetadataLookupStr(NULL, ppsub, "KERNEL.TYPE"); // Kernel type
+	//pmSubtractionKernelsType type = pmSubtractionKernelsTypeFromString(typeStr); // Kernel type
+
 #ifdef TESTING_REUSE_CONV
         // This is a hack to use the temporary convolved images and kernel generated previously.
Index: /trunk/psLib/src/fits/psFits.c
===================================================================
--- /trunk/psLib/src/fits/psFits.c	(revision 36363)
+++ /trunk/psLib/src/fits/psFits.c	(revision 36364)
@@ -243,5 +243,6 @@
         (&fptr, name, iomode, &status);
         if (fptr == NULL || status != 0) {
-            psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name);
+            // MEH -- if cfitsio error and have status, really want to know it as well and should be added where lacking elsewhere
+	    psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s %d'"), name,status);
             return NULL;
         }
