]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: main: Freeing a bunch of static pointers
authorDavid Carlier <dcarlier@afilias.info>
Fri, 25 Sep 2015 11:02:25 +0000 (12:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:00:00 +0000 (14:00 +0200)
commit834cb2e445d33acf1cefc4ad1646091b3074f703
tree3af88011831b6784baa02d67e0f3ed45e74f6fcd
parent60deeba090c4e3292edd5119f51faf35adda3f53
BUG/MEDIUM: main: Freeing a bunch of static pointers

static_table_key, get_http_auth_buff and swap_buffer static variables
are now freed during deinit and the two previously new functions are
called as well. In addition, the 'trash' string buffer is cleared.
src/haproxy.c