From 499a9dd8756b4d95a511917c7248506baf6bb44f Mon Sep 17 00:00:00 2001
From: Matus Fabian <matfabia@cisco.com>
Date: Tue, 10 Dec 2024 10:07:11 +0100
Subject: http: fix http_free_header_table

Type: fix

Change-Id: I014aebc84d0c219cc0c99120e9cd51fcc520a41c
Signed-off-by: Matus Fabian <matfabia@cisco.com>
---
 src/plugins/http/http.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

diff --git a/src/plugins/http/http.h b/src/plugins/http/http.h
index bcee69b7bb4..7405d3d3bf7 100644
--- a/src/plugins/http/http.h
+++ b/src/plugins/http/http.h
@@ -924,7 +924,6 @@ http_free_header_table (http_header_table_t *ht)
   vec_free (ht->headers);
   vec_free (ht->buf);
   hash_free (ht->value_by_name);
-  clib_mem_free (ht);
 }
 
 static uword
-- 
cgit 1.2.3-korg