From f747eea059e91d46ae2dab99db5cb344e2e46aba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2=20=D0=9F?=
 =?UTF-8?q?=D0=B5=D1=82=D1=80=D0=B8=D1=89=D0=B5=D0=B2?=
 <vyachemail@gmail.com>
Date: Thu, 27 Feb 2020 11:11:03 +0100
Subject: [PATCH] * src/http.c (gethttp): Fix memleak

---
 src/http.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/http.c b/src/http.c
index 816a8299..796c1f8b 100644
--- a/src/http.c
+++ b/src/http.c
@@ -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