* src/http.c (gethttp): Fix memleak

This commit is contained in:
Вячеслав Петрищев 2020-02-27 11:11:03 +01:00 committed by Tim Rühsen
parent 46a6e2957e
commit f747eea059

View File

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