summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-27 18:39:32 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-27 18:39:32 +0000
commiteb707aa027bb2f439f250fa98fdf0ce550adb49c (patch)
treead6b04a4717ef705f53a0589c4656ea0c16acdae /src/main
parentbb912d51d8e4134b7e0527aa196951801355d9c7 (diff)
Adding NodeManager::prepareToBeDestroyed() (Fixes: #128)
Diffstat (limited to 'src/main')
-rw-r--r--src/main/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index a16db2411..6be992479 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -168,6 +168,9 @@ int runCvc4(int argc, char* argv[]) {
delete cmd;
}
+ // Get ready for tear-down
+ exprMgr.prepareToBeDestroyed();
+
// Remove the parser
delete parser;
@@ -183,6 +186,7 @@ int runCvc4(int argc, char* argv[]) {
return 0;
}
+
}
void doCommand(SmtEngine& smt, Command* cmd) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback