]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: haproxy: Free per_thread_*_list in deinit()
authorTim Duesterhus <tim@bastelstu.be>
Thu, 10 Sep 2020 17:46:41 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Sep 2020 05:54:39 +0000 (07:54 +0200)
commitf0c25d210c36c12374bee23ddbffc9040433ffed
treebc52cd0437e91e9a045910330ca78c56dad30391
parent53508d656487235daadfa744e477dd73937286aa
CLEANUP: haproxy: Free per_thread_*_list in deinit()

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