Index: /trunk/psastro/src/psastroEnforceChips.c
===================================================================
--- /trunk/psastro/src/psastroEnforceChips.c	(revision 15669)
+++ /trunk/psastro/src/psastroEnforceChips.c	(revision 15670)
@@ -16,4 +16,5 @@
   if (!status) {
     psError(PS_ERR_IO, true, "Failed to lookup pixel tolerance"); 
+    psFree (view);
     return false; 
   } 
@@ -21,4 +22,5 @@
   if (!status) {
     psError(PS_ERR_IO, true, "Failed to lookup angle tolerance"); 
+    psFree (view);
     return false; 
   } 
@@ -72,4 +74,5 @@
     obsChip->fromFPA = psMemIncrRefCounter (refChip->fromFPA);
   }
+  psFree (view);
   return true;
 }
