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:
parent
eaca6822a9
commit
12574a02a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70791
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user