* src/warc.c (warc_close): Fix memleak

This commit is contained in:
Tim Rühsen 2024-05-05 19:17:24 +02:00
parent b88ad88253
commit cd643458b4

View File

@ -1276,6 +1276,8 @@ warc_close (void)
fclose (warc_log_fp);
log_set_warc_log_fp (NULL);
}
xfree (warc_current_filename);
}
/* Creates a temporary file for writing WARC output.