mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-07 16:00:34 -05:00
Add isc_refcount_destroy() call to nm_handle_free()
This commit is contained in:
parent
71fe7d3c25
commit
1fa0deb4ea
1 changed files with 2 additions and 0 deletions
|
|
@ -1022,6 +1022,8 @@ static void
|
|||
nmhandle_free(isc_nmsocket_t *sock, isc_nmhandle_t *handle) {
|
||||
size_t extra = sock->extrahandlesize;
|
||||
|
||||
isc_refcount_destroy(&handle->references);
|
||||
|
||||
if (handle->dofree != NULL) {
|
||||
handle->dofree(handle->opaque);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue