]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: resolvers: fix missing task_idle destruction in resolvers_destroy()
authorWilly Tarreau <w@1wt.eu>
Thu, 14 May 2026 20:37:14 +0000 (20:37 +0000)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 May 2026 16:19:41 +0000 (18:19 +0200)
commit34606261485f2e025cb7df82d91283bc9b1f1760
tree1e103b0da71d9d9f7c8f3e630815592505dc36a0
parent6cbcb4f9dbc56d04a6cc654f7938a07e773049b9
BUG/MINOR: resolvers: fix missing task_idle destruction in resolvers_destroy()

When destroying a stream-based DNS nameserver, task_req and task_rsp
were destroyed but task_idle was missed, causing a task object leak.
This doesn't necessarily have to be backported since it's only upon
exit that it is visible.
src/resolvers.c