mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 17:20:13 +08:00
* src/warc.c (warc_close): Fix memleak
This commit is contained in:
parent
b88ad88253
commit
cd643458b4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user