init bug fix
authorKshitij Bansal <kshitij@cs.nyu.edu>
Fri, 25 May 2012 16:45:21 +0000 (16:45 +0000)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Fri, 25 May 2012 16:45:21 +0000 (16:45 +0000)
src/theory/theory_engine.cpp

index 0ab188dc411896f751b9bea13ffcc9768754f5b4..d326d0bb75cfe7b25712d9ae93b3bf226ab67517 100644 (file)
@@ -41,6 +41,7 @@ TheoryEngine::TheoryEngine(context::Context* context,
                            context::UserContext* userContext,
                            const LogicInfo& logicInfo)
 : d_propEngine(NULL),
+  d_decisionEngine(NULL),
   d_context(context),
   d_userContext(userContext),
   d_logicInfo(logicInfo),