diff --git a/lib/xmltree/xmlparse.cpp b/lib/xmltree/xmlparse.cpp index f2c2c5fd2..e87d0bb1e 100644 --- a/lib/xmltree/xmlparse.cpp +++ b/lib/xmltree/xmlparse.cpp @@ -107,6 +107,7 @@ XML_Parser::XML_Parser(const XML_Char *encodingName) bufferLim=0; declElementType=0; declAttributeId=0; + declAttributeIsCdata=0; declEntity=0; declNotationName=0; declNotationPublicId=0;