nfqws: fix missing fclose

This commit is contained in:
bol-van
2025-12-17 21:55:26 +03:00
parent d4cfb6800f
commit 994e9c3488

View File

@@ -2384,6 +2384,7 @@ int main(int argc, char **argv)
fprintf(stderr, "cannot create %s\n", params.debug_logfile);
exit_clean(1);
}
fclose(F);
params.debug = true;
params.debug_target = LOG_TARGET_FILE;
}