]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cfgparse: couple of small memory leaks.
authorDavid Carlier <dcarlier@afilias.info>
Fri, 8 Apr 2016 09:35:26 +0000 (10:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Apr 2016 09:01:41 +0000 (11:01 +0200)
commit97880bb46d592e4bd184bffe4c9a71c5f549aff2
tree89d0acf5c00bdd15d3e17eb95dcb102d55b3749b
parentd10025c67158b75e0c60a4eade15cc194f6fbeba
BUG/MINOR: cfgparse: couple of small memory leaks.

During the config parse in some code paths, there is some
forgotten pointers freeing, and as often, during errors handlings.
src/cfgparse.c