mirror of
https://github.com/mirror/wget.git
synced 2025-03-26 01:30:14 +08:00
* src/http.c (http_cleanup): Call invalidate_persistent to free resources
This commit is contained in:
parent
b3dc802efb
commit
7146b9dc77
@ -5341,7 +5341,9 @@ save_cookies (void)
|
||||
void
|
||||
http_cleanup (void)
|
||||
{
|
||||
xfree (pconn.host);
|
||||
if (pconn_active)
|
||||
invalidate_persistent ();
|
||||
|
||||
if (wget_cookie_jar)
|
||||
cookie_jar_delete (wget_cookie_jar);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user