]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing isc_rwlock_destroy() for keylist_lock in dnssec-signzone
authorOndřej Surý <ondrej@isc.org>
Tue, 10 Mar 2026 09:21:04 +0000 (10:21 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 17 Mar 2026 15:05:11 +0000 (16:05 +0100)
commit5dc19a7d9254ea845a5572cb7e6d3c7cf1f02955
tree09a7fa332e4d5bab0908123bdfe3bb05cfec85aa
parent5b1750f15fe9e5b7914419dab23bef1e7e72d13e
Add missing isc_rwlock_destroy() for keylist_lock in dnssec-signzone

The keylist_lock rwlock is initialized at startup but never destroyed
on exit, unlike the sibling namelock mutex which is properly cleaned up.
bin/dnssec/dnssec-signzone.c