mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 19:30:20 +08:00
* src/main.c (save_hsts): Free hsts_store after closing
This commit is contained in:
parent
79385a29fd
commit
15ef79f808
@ -227,6 +227,7 @@ save_hsts (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
hsts_store_close (hsts_store);
|
hsts_store_close (hsts_store);
|
||||||
|
xfree (hsts_store);
|
||||||
|
|
||||||
xfree (filename);
|
xfree (filename);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user