Fix shutdown bug made by previous commit.

This commit is contained in:
Alexander Motin 2008-02-24 10:13:32 +00:00
parent 88e8506e22
commit 510b772284
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176508

View File

@ -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);
}