]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: deinit: free fdinfo while doing cleanup
authorGodbach <nylzhaowei@gmail.com>
Wed, 26 Jun 2013 08:49:51 +0000 (16:49 +0800)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Jun 2013 09:50:46 +0000 (11:50 +0200)
commit4cc1b0d4ef283b5ace5249483ec7eb3b1fc5d193
treec3de97d7e3bd3c55e9f0d8b4d775a930fcba22f3
parent44f6539e4796ac2069130185700fd48df3af2bdc
BUG/MINOR: deinit: free fdinfo while doing cleanup

Both fdinfo and fdtab are allocated memory in init() while haproxy is starting,
but only fdtab is freed in deinit(), fdinfo should also be freed.

Signed-off-by: Godbach <nylzhaowei@gmail.com>
src/haproxy.c