* src/init.c (cleanup): Check HAVE_HSTS

Reported-by: Simon Dales
This commit is contained in:
Tim Rühsen 2019-01-20 19:42:49 +01:00
parent 5dceb6626b
commit f1eda916a6

View File

@ -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);