]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: deinit checks_fe upon deinit
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 10 Apr 2025 14:24:57 +0000 (16:24 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 10 Apr 2025 20:10:31 +0000 (22:10 +0200)
commit8a944d0e46e3c9bf4132a5899a505e83f5586d47
tree7881153a953ade2bdb941b5bb45e8d1eeebd12f2
parentfbfeb591f774a9dec8aee9c08efa50b1dcf039c0
MINOR: checks: deinit checks_fe upon deinit

This is just to make valgrind and friends happy, leverage deinit_proxy()
for checks_fe proxy upon deinit to ensure proper cleanup.

We check the presence of proxy->id to know if it was initialized because
we cannot rely on a pointer for that.
src/check.c