]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: chunk: New function free_trash_buffers()
authorDavid Carlier <dcarlier@afilias.info>
Fri, 25 Sep 2015 10:58:12 +0000 (11:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:00:00 +0000 (14:00 +0200)
commit60deeba090c4e3292edd5119f51faf35adda3f53
treeeee53d25e3cbbdac3ff64fd9d09982b2546291f5
parent845efb53c7bb2c838c98308ffe33ab1d2c6c5e3c
MINOR: chunk: New function free_trash_buffers()

This new function is meant to be called in the general deinit phase,
to free those two internal chunks.
include/common/chunk.h
src/chunk.c