From 4a12827561bc070fb5c7fd9baf1320a6bf154bc2 Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 20 Nov 2017 05:19:30 -0800 Subject: Initializes members of QuantInfo. Resolves CID 1362929. (#1391) --- src/theory/quantifiers/quant_conflict_find.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/theory/quantifiers/quant_conflict_find.cpp b/src/theory/quantifiers/quant_conflict_find.cpp index 442e3b230..9ed4e5996 100644 --- a/src/theory/quantifiers/quant_conflict_find.cpp +++ b/src/theory/quantifiers/quant_conflict_find.cpp @@ -33,9 +33,7 @@ namespace CVC4 { namespace theory { namespace quantifiers { -QuantInfo::QuantInfo() - : d_mg( NULL ) -{} +QuantInfo::QuantInfo() : d_mg(NULL), d_unassigned_nvar(0), d_una_index(0) {} QuantInfo::~QuantInfo() { delete d_mg; -- cgit v1.2.3