]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffer: only use b_free to release buffers
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Nov 2014 18:45:11 +0000 (19:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Dec 2014 22:47:32 +0000 (23:47 +0100)
commit7dfca9daec51f847d2e8ffa8236bd1e5ee9e8b08
tree6a6200dac1c471e40ae88510289e270d94cde2ae
parent696a2910a02682b0b3827961d83306952d99dbc6
MINOR: buffer: only use b_free to release buffers

We don't call pool_free2(pool2_buffers) anymore, we only call b_free()
to do the job. This ensures that we can start to centralize the releasing
of buffers.
include/common/buffer.h
src/peers.c
src/session.c