]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: fix a few memory usage errors
authorDirkjan Bussink <d.bussink@gmail.com>
Mon, 28 Apr 2014 22:57:16 +0000 (22:57 +0000)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2014 06:06:57 +0000 (08:06 +0200)
commit07fcaaa4cd89002cb100644197752ea050f54bee
tree3e41938472c66e611d322c08c95b55f8bb623730
parente21f84903ef334c02f2783b20a128f381263e676
MINOR: fix a few memory usage errors

These are either use after free errors or small leaks where memory
is not free'd after some error state is detected.
src/auth.c
src/cfgparse.c
src/haproxy.c
src/pattern.c