mirror of
https://github.com/mirror/wget.git
synced 2025-02-07 02:00:07 +08:00
* src/init.c (cleanup): Check HAVE_HSTS
Reported-by: Simon Dales
This commit is contained in:
parent
5dceb6626b
commit
f1eda916a6
@ -2005,7 +2005,9 @@ cleanup (void)
|
||||
|
||||
xfree (opt.encoding_remote);
|
||||
xfree (opt.locale);
|
||||
#ifdef HAVE_HSTS
|
||||
xfree (opt.hsts_file);
|
||||
#endif
|
||||
|
||||
xfree (opt.wgetrcfile);
|
||||
xfree (opt.homedir);
|
||||
|
Loading…
Reference in New Issue
Block a user