]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: Free old_argv on deinit
authorTim Duesterhus <tim@bastelstu.be>
Thu, 10 Sep 2020 17:46:39 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Sep 2020 05:54:39 +0000 (07:54 +0200)
commit9e0c2f34dcdefef980d8873fb2681018ef14ab85
tree32b924e9f0c090e55f7bcc2b193b454ca5d905f8
parent00f00cf8fdca5d3f5d092b600023a9ef6611fe1b
CLEANUP: Free old_argv on deinit

This allocation technically is always reachable and cannot leak, however other
global variables such as `oldpids` are already being freed. This is in an
attempt to get HAProxy to a state where there are zero live allocations after a
clean exit.
src/haproxy.c