Index: branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c
===================================================================
--- branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c	(revision 25210)
+++ branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c	(revision 25211)
@@ -3,5 +3,5 @@
 #endif
 
-#define PPIMAGE_BURNTOOL_DEBUG 1
+/* #define PPIMAGE_BURNTOOL_DEBUG 1 */
 
 #include "ppImage.h"
@@ -19,6 +19,4 @@
 
   /* Read input header, and find the burntool data table. */
-  psMetadata *phu = psFitsReadHeader(NULL, fits);
-  
   if (!psFitsMoveExtName(fits,"burntool_areas")) {
     psError(PS_ERR_IO,false, "Unable to find extension burntool_areas");
@@ -94,5 +92,5 @@
     psFree(rowMD);
   }
-  psFree(phu);
+
   return(status);
 }
