summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-11-04 16:28:20 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-11-04 16:28:20 -0500
commit60cd271c46e7b250e3799f1c3b1fc20015723999 (patch)
tree82419517f1730d91ab0d5f5fa614fd4a282a8910 /src/theory/theory_engine.cpp
parent35f213b0da145bbfc58b117e0b34a819f2bff4a4 (diff)
Fix a few more minor memory leaks.
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 9de8fa0dd..cf7611dab 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -739,7 +739,7 @@ void TheoryEngine::propagate(Theory::Effort effort) {
Node TheoryEngine::getNextDecisionRequest() {
// Definition of the statement that is to be run by every theory
- unsigned min_priority;
+ unsigned min_priority = 0;
Node dec;
#ifdef CVC4_FOR_EACH_THEORY_STATEMENT
#undef CVC4_FOR_EACH_THEORY_STATEMENT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback