summaryrefslogtreecommitdiff
path: root/src/main/driver_unified.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2015-11-13 09:53:19 -0800
committerTim King <taking@google.com>2015-11-23 16:44:20 -0800
commit8098d95adcbb65d2d76322316f5a10c996f0eb8d (patch)
treefde36a569539d3abb9c5581ea80b90311669aa93 /src/main/driver_unified.cpp
parent9c27a43de4120f9c571757b8541884013a37fa3d (diff)
Freeing memory allocated for signal handling.
Diffstat (limited to 'src/main/driver_unified.cpp')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 7bc711910..c29ba55a4 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -609,5 +609,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
pTotalTime = NULL;
pExecutor = NULL;
+ cvc4_shutdown();
+
return returnValue;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback