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