commit | a23ee3a2ea12bcb8244304d308b9f3fe69169fd8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Feb 05 00:18:47 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 05 00:18:47 2014 +0100 |
tree | 6650171796839e74a0d16de04a7e1d61dd5120db | |
parent | f621bea74ab74cb19c48f972a066aba3e8326401 [diff] |
MINOR: session: clean up the connection free code Use conn_free() instead of pool_free2(conn...). This makes the code more auditable.