summaryrefslogtreecommitdiff
path: root/src/theory/bv
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2014-10-14 16:22:25 -0700
committerlianah <lianahady@gmail.com>2014-10-14 16:22:25 -0700
commitc7853984ccd70223215fa36fcb402f58bd86696f (patch)
treef5a3d74d2df47c28fde32b1d835395a10f7c219a /src/theory/bv
parentbaa7fe50c03a2e79fb179ed3aee97c0bbb428eb9 (diff)
fix for memory leak in BVQuickCheck
Diffstat (limited to 'src/theory/bv')
-rw-r--r--src/theory/bv/bv_quick_check.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/bv/bv_quick_check.cpp b/src/theory/bv/bv_quick_check.cpp
index b2b4eebdf..cc294306a 100644
--- a/src/theory/bv/bv_quick_check.cpp
+++ b/src/theory/bv/bv_quick_check.cpp
@@ -141,6 +141,7 @@ void BVQuickCheck::collectModelInfo(theory::TheoryModel* model, bool fullModel)
BVQuickCheck::~BVQuickCheck() {
delete d_bitblaster;
+ delete d_ctx;
}
QuickXPlain::QuickXPlain(const std::string& name, BVQuickCheck* solver, unsigned long budget)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback