]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing isc_mutex_destroy and isc_conditional_destroy calls.
authorWitold Kręcicki <wpk@isc.org>
Thu, 28 May 2020 10:34:37 +0000 (12:34 +0200)
committerOndřej Surý <ondrej@sury.org>
Sat, 30 May 2020 05:50:30 +0000 (07:50 +0200)
commit4ceddeee7877d61b6182ef663bf46e1984dedae5
tree73944b8e78c96c688042b031771b5781d488bd25
parentb46faa1b04d4a081a8578ca4805eba1c51b10768
Add missing isc_mutex_destroy and isc_conditional_destroy calls.

While harmless on Linux, missing isc_{mutex,conditional}_destroy
causes a memory leak on *BSD. Missing calls were added.

(cherry picked from commit a8807d9a7b25e14185d181abe1de12bf5d5a7af4)
bin/named/server.c
lib/isc/netmgr/netmgr.c
lib/isc/task.c