Fix minor file descriptor leaks. Found by cppcheck, reported by Tim Kosse.
[u/mdw/putty] / cmdline.c
index aafb690..26f29c9 100644 (file)
--- a/cmdline.c
+++ b/cmdline.c
@@ -322,6 +322,7 @@ int cmdline_process_param(char *p, char *value, int need_save, Config *cfg)
        cfg->remote_cmd_ptr = command;
        cfg->remote_cmd_ptr2 = NULL;
        cfg->nopty = TRUE;      /* command => no terminal */
+       fclose(fp);
     }
     if (!strcmp(p, "-P")) {
        RETURN(2);