diff --git a/lib/node.cpp b/lib/node.cpp index 9250f2cd5..186533bc8 100644 --- a/lib/node.cpp +++ b/lib/node.cpp @@ -54,7 +54,7 @@ int node_init(struct node *n, struct node_type *vt) n->_vt = vt; n->_vd = alloc(vt->size); - n->stats = nullptr; + //n->stats = nullptr; n->name = nullptr; n->_name = nullptr; n->_name_long = nullptr;