2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add isc_refcount_destroy() call to nm_destroy()

This commit is contained in:
Ondřej Surý
2019-12-10 10:47:08 +01:00
parent 3248de7785
commit 71fe7d3c25

View File

@@ -166,6 +166,8 @@ nm_destroy(isc_nm_t **mgr0) {
isc_nm_t *mgr = *mgr0;
isc_refcount_destroy(&mgr->references);
LOCK(&mgr->lock);
mgr->magic = 0;