]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly free up enqueued netievents in nm_destroy()
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Feb 2022 21:04:05 +0000 (22:04 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Feb 2022 21:53:41 +0000 (22:53 +0100)
commitaf2bddc242ae963c89e2f06e5a2587479ceced99
tree19a74769215c4302dfc57186f7809ebca06f53d4
parent28e9d7d2221decf7053cb2d6343e32f90d18f6df
Properly free up enqueued netievents in nm_destroy()

When the isc_netmgr is being destroyed, the normal and priority queues
should be dequeued and netievents properly freed.  This wasn't the case.

(cherry picked from commit 88418c33729804cc86a9492e3e30f1123f56ddcd)
lib/isc/netmgr/netmgr.c