CLEANUP: haproxy: Free post_server_check_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Sat, 4 Jul 2020 09:49:50 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:52:35 +0000 (16:52 +0200)
commit34bef074c65a2e5c77a231d5d3f7a11797dcc160
treeb65ea717bc6dbbc9e1826cc3dad36c8f50fefff0
parent0837eb11cfa172decc00e501697b561f7d0e6749
CLEANUP: haproxy: Free post_server_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