Index: trunk/ppImage/src/ppFocusArguments.c
===================================================================
--- trunk/ppImage/src/ppFocusArguments.c	(revision 11803)
+++ trunk/ppImage/src/ppFocusArguments.c	(revision 12547)
@@ -43,7 +43,4 @@
     // XXX add other PPIMAGE recipe options here
 
-    // drop the local view on the options (saved on config->arguments)
-    psFree (options);
-
     // the input file is a required argument; if not found, we will exit
     status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
Index: trunk/ppImage/src/ppImageArguments.c
===================================================================
--- trunk/ppImage/src/ppImageArguments.c	(revision 11803)
+++ trunk/ppImage/src/ppImageArguments.c	(revision 12547)
@@ -85,7 +85,4 @@
     // XXX add other PPIMAGE recipe options here
 
-    // drop the local view on the options (saved on config->arguments)
-    psFree (options);
-
     // the input file is a required argument; if not found, we will exit
     bool status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
@@ -106,6 +103,5 @@
     if ((argnum = psArgumentGet (argc, argv, "-chip"))) {
         psArgumentRemove (argnum, &argc, argv);
-        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "",
-                          argv[argnum]);
+        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", argv[argnum]);
         psArgumentRemove (argnum, &argc, argv);
     }
