1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

Bad julian.. forgot to destroy mutex before freeing the

structure it was part of!
This commit is contained in:
Julian Elischer 2001-01-08 06:28:30 +00:00
parent eaca6822a9
commit 12574a02a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70791

View File

@ -697,6 +697,7 @@ ng_unref_node(node_p node)
LIST_REMOVE(node, nd_idnodes);
mtx_exit(&ng_idhash_mtx, MTX_DEF);
mtx_destroy(&node->nd_input_queue.q_mtx);
NG_FREE_NODE(node);
}
}