]> git.kaiwu.me - haproxy.git/commit
CLEANUP: listeners/deinit: release accept queue tasklets on deinit
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 16:42:47 +0000 (18:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 16:42:47 +0000 (18:42 +0200)
commite01b08db6ab8e353e49c74e8ff27e4052b6a7a84
treef6aaac046c2f4c196d395d6e209cc659c26491e0
parent226866e1bbb0c971dbf08967f876b1ef2be07c2c
CLEANUP: listeners/deinit: release accept queue tasklets on deinit

There was no function to release these ones, they were only created
so the patch adds an accept_queue_deinit() call.
src/listener.c