summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/driver_portfolio.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/driver_portfolio.cpp b/src/main/driver_portfolio.cpp
index d8a8e5afa..6cf9d0130 100644
--- a/src/main/driver_portfolio.cpp
+++ b/src/main/driver_portfolio.cpp
@@ -442,6 +442,9 @@ int runCvc4(int argc, char *argv[], Options& options) {
delete parser;
}
+ if(options.parseOnly)
+ return 0;
+
exprMgr = NULL; // don't want to use that variable
// after this point
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback