mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
- Make isc_mutex_destroy return void
- Make isc_mutexblock_init/destroy return void - Minor cleanups
This commit is contained in:
@@ -466,7 +466,7 @@ isc_log_destroy(isc_log_t **lctxp) {
|
||||
isc_logconfig_destroy(&lcfg);
|
||||
}
|
||||
|
||||
DESTROYLOCK(&lctx->lock);
|
||||
isc_mutex_destroy(&lctx->lock);
|
||||
|
||||
while ((message = ISC_LIST_HEAD(lctx->messages)) != NULL) {
|
||||
ISC_LIST_UNLINK(lctx->messages, message, link);
|
||||
|
Reference in New Issue
Block a user