mirror of
https://github.com/mirror/wget.git
synced 2025-03-24 08:40:29 +08:00
* src/http.c (gethttp): Fix memleak
This commit is contained in:
parent
46a6e2957e
commit
f747eea059
@ -3688,6 +3688,7 @@ gethttp (const struct url *u, struct url *original_url, struct http_stat *hs,
|
||||
(unsigned long) max_age,
|
||||
(include_subdomains ? "true" : "false")));
|
||||
}
|
||||
xfree (hsts_params);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user