CLEANUP: haproxy: Free post_check_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Thu, 10 Sep 2020 17:46:42 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Sep 2020 05:54:39 +0000 (07:54 +0200)
commitfc85494c9917a6b5029053056509d3b5cc6e5def
tree1b41e0e1af833696d08efcb0e5f57840dd3a126a
parentf0c25d210c36c12374bee23ddbffc9040433ffed
CLEANUP: haproxy: Free post_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