summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_quick_check.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-11-07 17:24:35 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-11-07 17:37:09 -0500
commit89ed50fd35e6425ed7f1fa4ca5ec560acee1358e (patch)
tree5919417452041cc4ee1904e0cf77ba59e7dc9b10 /src/theory/bv/bv_quick_check.h
parent0b1e8fb1f4676a950f017319d76019876a39cffc (diff)
Fix memory issues in bitvector theory, which is now valgrind-clean (mostly resolves bug #594).
Diffstat (limited to 'src/theory/bv/bv_quick_check.h')
-rw-r--r--src/theory/bv/bv_quick_check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_quick_check.h b/src/theory/bv/bv_quick_check.h
index 6c32fbb4d..61d6baf83 100644
--- a/src/theory/bv/bv_quick_check.h
+++ b/src/theory/bv/bv_quick_check.h
@@ -39,7 +39,7 @@ class TLazyBitblaster;
class TheoryBV;
class BVQuickCheck {
- context::Context* d_ctx;
+ context::Context d_ctx;
TLazyBitblaster* d_bitblaster;
Node d_conflict;
context::CDO<bool> d_inConflict;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback