Initializes members of QuantInfo. Resolves CID 1362929. (#1391)
authorTim King <taking@cs.nyu.edu>
Mon, 20 Nov 2017 13:19:30 +0000 (05:19 -0800)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 20 Nov 2017 13:19:30 +0000 (07:19 -0600)
src/theory/quantifiers/quant_conflict_find.cpp

index 442e3b230724461c3272ff5602bfab4b7896e389..9ed4e5996fefefc8eafb753f562a73e4d0df1f01 100644 (file)
@@ -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;