]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log: use free_logformat_list() in parse_logformat_string()
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 14:08:33 +0000 (15:08 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 14:32:42 +0000 (15:32 +0100)
commit62121d5b90e975982b7bbec095b57f78a55e60a7
treeae100d9b8df8f06e89b7e58fdb162442598fc30f
parente7aee6edd5d3358cdb0fb00d15861ed9e2b32e12
CLEANUP: log: use free_logformat_list() in parse_logformat_string()

This is a follow up for 24a5e42db6 ("CLEANUP: log: deinitialization of
the log buffer in one function") as there was another opportunity to
make use of the new cleanup function.
src/log.c