[client] fix memory leak introduced in 0ff210099
This commit is contained in:
parent
b422f1b9a7
commit
b97484734e
@ -1005,7 +1005,6 @@ run_last_args(fko_cli_options_t *options, const char * const args_save_file)
|
||||
if(argc_new >= MAX_CMDLINE_ARGS)
|
||||
{
|
||||
log_msg(LOG_VERBOSITY_ERROR, "[*] max command line args exceeded.");
|
||||
fclose(args_file_ptr);
|
||||
args_broken = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user