Skip to content

Commit e7ea543

Browse files
airweenFelipe Zimmerle
authored andcommitted
Initialize m_dtd member in ValidateDTD class as NULL
1 parent 3ee65a3 commit e7ea543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/validate_dtd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ValidateDTD : public Operator {
9393

9494
private:
9595
std::string m_resource;
96-
xmlDtdPtr m_dtd;
96+
xmlDtdPtr m_dtd = NULL;
9797
#endif
9898
};
9999

0 commit comments

Comments
 (0)