Index: /trunk/ppImage/src/ppFocusArguments.c
===================================================================
--- /trunk/ppImage/src/ppFocusArguments.c	(revision 12546)
+++ /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 12546)
+++ /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);
     }
Index: /trunk/psastro/src/psastroArguments.c
===================================================================
--- /trunk/psastro/src/psastroArguments.c	(revision 12546)
+++ /trunk/psastro/src/psastroArguments.c	(revision 12547)
@@ -56,7 +56,4 @@
     }
 
-    // drop the local view on the options (saved in config->arguments)
-    psFree (options);
-
     status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
     if (!status) {
Index: /trunk/pswarp/src/pswarpArguments.c
===================================================================
--- /trunk/pswarp/src/pswarpArguments.c	(revision 12546)
+++ /trunk/pswarp/src/pswarpArguments.c	(revision 12547)
@@ -32,8 +32,4 @@
     }
 
-
-    // drop the local view on the options (saved in config->arguments)
-    psFree (options);
-
     status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
     if (!status) {
