CLEANUP: haproxy: Free post_proxy_check_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Thu, 10 Sep 2020 17:46:40 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Sep 2020 05:54:39 +0000 (07:54 +0200)
commit53508d656487235daadfa744e477dd73937286aa
tree04a56903613060f82796d1e9636e2257372cdd5e
parent9e0c2f34dcdefef980d8873fb2681018ef14ab85
CLEANUP: haproxy: Free post_proxy_check_list in deinit()

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