diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/http/http.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |