summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 17:06:14 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 17:06:14 +0000
commitce4ba524301ee3a8a297b2c3050e7d2c5ee58d08 (patch)
tree7b8896603bf711e2a45085defba0fd0ca63b54ed /src/main
parent8da791368c6d8cad97ff81b2b540c90ffdebc7ff (diff)
restore destruction of stuff in driver
Diffstat (limited to 'src/main')
-rw-r--r--src/main/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver.cpp b/src/main/driver.cpp
index 36840f28e..00072d6d9 100644
--- a/src/main/driver.cpp
+++ b/src/main/driver.cpp
@@ -326,7 +326,7 @@ int runCvc4(int argc, char* argv[], Options& options) {
pStatistics->flushInformation(*options.err);
}
- exit(returnValue);
+ return returnValue;
}
/** Executes a command. Deletes the command after execution. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback