Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: fix missing fclose

This commit is contained in:
bol-van
2025-12-17 21:55:10 +03:00
parent 89a662ed0a
commit b40f5511d1

View File

@@ -1812,6 +1812,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;
}