CLEANUP: haproxy: Free post_deinit_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Sat, 4 Jul 2020 09:49:48 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:52:35 +0000 (16:52 +0200)
commitfdf904a2971040711f143ddf436b258d1e986850
treef6b1d991888409a6b68bb8d229b05cc4e5f7d1f4
parent17e363f7514645efe520957d5f71744920d49a96
CLEANUP: haproxy: Free post_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