commit | 332f8bfc5b992472b2f6df58732cd8e6140a4671 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 13 21:36:56 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 13 21:36:56 2007 +0200 |
tree | f5d0974ba6e67954010c41f457cb826a29a26b6b | |
parent | 63963c62e7077f2a89a1cc8b2a2fca6f20e50d34 [diff] [blame] |
[MAJOR] ported requri to use mempools v2
diff --git a/src/haproxy.c b/src/haproxy.c index 7f5641c..ed26a54 100644 --- a/src/haproxy.c +++ b/src/haproxy.c
@@ -664,7 +664,7 @@ pool_destroy2(pool2_session); pool_destroy2(pool2_buffer); - pool_destroy(pool_requri); + pool_destroy2(pool2_requri); pool_destroy2(pool2_task); pool_destroy(pool_capture); pool_destroy2(pool2_appsess);