summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-06-06 01:06:15 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-06-06 01:06:15 +0000
commit2799ae1cf57ed2b98387a1de1325bccd89bd2a30 (patch)
tree2d06f5aaaff50aeb12ff7c93d5ab7c2ec6071f3f /src/theory
parentc16c02ca1fdf1b83b809d8f9fc5821c6af0bff68 (diff)
Fixed problem causing crash at destruction time
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/theory_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 4ed0bcb60..3e1dc6fe4 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -536,6 +536,7 @@ void TheoryEngine::shutdown() {
}
theory::Rewriter::shutdown();
+ d_ppCache.clear();
}
theory::Theory::PPAssertStatus TheoryEngine::solve(TNode literal, SubstitutionMap& substitutionOut) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback