mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
[MINOR] Free stick table pool on denint()
The motivation for this is that when soft-restart is merged it will be come more important to free all relevant memory in deinit() Discovered using valgrind.
This commit is contained in:
parent
ac8214260e
commit
b08584ac71
@ -874,6 +874,7 @@ void deinit(void)
|
||||
pool_destroy2(p->req_cap_pool);
|
||||
pool_destroy2(p->rsp_cap_pool);
|
||||
pool_destroy2(p->hdr_idx_pool);
|
||||
pool_destroy2(p->table.pool);
|
||||
|
||||
p0 = p;
|
||||
p = p->next;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user