Initializes m_maturity in the rule class

m_maturity was not initialized in one of the constructors of Rule
This commit is contained in:
Felipe Zimmerle 2016-07-18 16:19:53 -03:00
parent 37079ef668
commit 8416eca98b
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -102,6 +102,7 @@ Rule::Rule(Operator *_op,
m_unconditional(false),
m_secmarker(false),
m_marker(""),
m_maturity(0),
m_referenceCount(0),
m_fileName(fileName),
m_lineNumber(lineNumber) {