summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index 975f8fb..21d8689 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -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);
}
}
OpenPOWER on IntegriCloud