summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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