diff --git a/src/http_htx.c b/src/http_htx.c index d9584abae..ea4c25f1a 100644 --- a/src/http_htx.c +++ b/src/http_htx.c @@ -1112,6 +1112,9 @@ static void http_htx_deinit(void) LIST_DELETE(&http_rep->list); release_http_reply(http_rep); } + + for (rc = 0; rc < HTTP_ERR_SIZE; rc++) + chunk_destroy(&http_err_chunks[rc]); } REGISTER_CONFIG_POSTPARSER("http_htx", http_htx_init);