summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_tee.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_tee.c b/sys/netgraph/ng_tee.c
index 4d55fb9..930dc6c 100644
--- a/sys/netgraph/ng_tee.c
+++ b/sys/netgraph/ng_tee.c
@@ -357,6 +357,7 @@ ng_tee_shutdown(node_p node)
NG_NODE_SET_PRIVATE(node, NULL);
FREE(privdata, M_NETGRAPH);
+ NG_NODE_UNREF(node);
return (0);
}
OpenPOWER on IntegriCloud