http: fix http_free_header_table
Type: fix Change-Id: I014aebc84d0c219cc0c99120e9cd51fcc520a41c Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
18eedde9f2
commit
499a9dd875
@ -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
|
||||
|
Reference in New Issue
Block a user