diff --git a/src/http_htx.c b/src/http_htx.c index aabf1a598..e1b779331 100644 --- a/src/http_htx.c +++ b/src/http_htx.c @@ -993,6 +993,7 @@ void release_http_reply(struct http_reply *http_reply) free(lf); } } + free(http_reply); } static int http_htx_init(void)