summaryrefslogtreecommitdiff
path: root/src/expr/node_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_value.h')
-rw-r--r--src/expr/node_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/node_value.h b/src/expr/node_value.h
index 9e8854e8f..a998dd8e4 100644
--- a/src/expr/node_value.h
+++ b/src/expr/node_value.h
@@ -296,7 +296,7 @@ inline void NodeValue::dec() {
Assert(NodeManager::currentNM() != NULL,
"No current NodeManager on destruction of NodeValue: "
"maybe a public CVC4 interface function is missing a NodeManagerScope ?");
- NodeManager::currentNM()->gc(this);
+ NodeManager::currentNM()->markForDeletion(this);
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback