Index: /trunk/psModules/src/config/pmConfig.c
===================================================================
--- /trunk/psModules/src/config/pmConfig.c	(revision 16414)
+++ /trunk/psModules/src/config/pmConfig.c	(revision 16415)
@@ -1266,5 +1266,5 @@
     if (list && strlen(list) > 0 && (Narg = psArgumentGet(*argc, argv, list))) {
         psArgumentRemove (Narg, argc, argv);
-        FILE *f = fopen (argv[Narg], "r");
+        FILE *f = fopen(argv[Narg], "r");
         if (!f) {
             psError(PS_ERR_IO, true, "Unable to open specified list file");
@@ -1286,5 +1286,4 @@
                   psArrayAdd(input, 16, filename);
                   psFree(filename);
-                  fclose(f);
                   break;
               }
