mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
Fix a startup/shutdown crash in ns_clientmgr_create
This commit is contained in:
parent
3c00fb71db
commit
f68fe9ff14
@ -2510,7 +2510,7 @@ cleanup_reclock:
|
|||||||
isc_mutex_destroy(&manager->reclock);
|
isc_mutex_destroy(&manager->reclock);
|
||||||
isc_mutex_destroy(&manager->lock);
|
isc_mutex_destroy(&manager->lock);
|
||||||
|
|
||||||
isc_mem_put(manager->mctx, manager, sizeof(*manager));
|
isc_mem_put(mctx, manager, sizeof(*manager));
|
||||||
|
|
||||||
return (result);
|
return (result);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user