]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: haproxy: Free proxy_deinit_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Sat, 4 Jul 2020 09:49:47 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:52:35 +0000 (16:52 +0200)
commit17e363f7514645efe520957d5f71744920d49a96
tree414f0d01f4db358a0cdb6900905be18f08704ddb
parent041a626a8acfd53aa3710cd3d620f7f9f01fe893
CLEANUP: haproxy: Free proxy_deinit_list in deinit()

This allocation is technically always reachable and cannot leak, but so are
a few others that *are* freed.
src/haproxy.c