MFC rev. 1.35
Fix shutdown bug made by previous commit.
This commit is contained in:
parent
756eb7c1c6
commit
7777b8f104
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user