MFC rev. 1.35

Fix shutdown bug made by previous commit.
This commit is contained in:
mav 2008-02-25 13:53:13 +00:00
parent 756eb7c1c6
commit 7777b8f104

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