]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: tcpcheck: Fix a leak on deinit by releasing ruleset's conf.file
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 07:20:43 +0000 (09:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Apr 2026 08:49:13 +0000 (10:49 +0200)
commite8aa9a0ae08d3195da2b2326b7071e9d69b4e393
tree6ae77f67f6fc6680e20d9636d72dc7d913eaca5f
parentf1540c057551aa52e5c324725f84618712ff757d
BUG/MINOR: tcpcheck: Fix a leak on deinit by releasing ruleset's conf.file

Now healthcheck sections are supported, a ruleset can reference a
configuration file that must be freed on deinit. So let's do so.

No backport needed.
src/tcpcheck.c