Index: branches/tap_branches/ppImage/src/ppImageCleanup.c
===================================================================
--- branches/tap_branches/ppImage/src/ppImageCleanup.c	(revision 25900)
+++ branches/tap_branches/ppImage/src/ppImageCleanup.c	(revision 27838)
@@ -7,4 +7,8 @@
 void ppImageCleanup (pmConfig *config, ppImageOptions *options)
 {
+    if (psErrorCodeLast() != PS_ERR_NONE) {
+        pmFPAfileFreeSetStrict(false);
+    }
+
     // Free memory used by ppImage
     psFree(options);
