]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add missing invocations of pthreads destructors
authorMichał Kępień <michal@isc.org>
Mon, 4 Jul 2022 14:02:12 +0000 (16:02 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 4 Jul 2022 14:02:12 +0000 (16:02 +0200)
commitef86653d80692428af6bb75b4e01ea5d496423d9
tree37106384244a2c47bee98f86b982fa4fe4c8af14
parent1994e2bc47a664edd1f1162f9685193ff65d84e4
Add missing invocations of pthreads destructors

Add isc_mutex_destroy() and isc_rwlock_destroy() calls missing from the
commits that introduced the relevant isc_mutex_init() and
isc_rwlock_init() calls:

  - 76bcb4d16b776e25cc67937f7d1a2fe6e365cfd7
  - 15953043124416ab1dbc857f6885ecdb167401bb
  - 857f3bede37ccb419dac3816a0f96fa490af7d92

None of these omissions affect any hot paths, so they are not expected
to cause operational issues; correctness is the only concern here.
lib/dns/adb.c
lib/dns/resolver.c