From 3cb54efd39ee1cde2b6e835f1cf57f0b4446c2f4 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 9 Jan 2014 14:55:55 +0100 Subject: [PATCH] XML_Parser: initialize variable Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/f9b736a11f7ea1d11cd57bfa97c70853478bf0af Author: Stefan Seyfried Date: 2014-01-09 (Thu, 09 Jan 2014) --- lib/xmltree/xmlparse.cpp | 1 + 1 file changed, 1 insertion(+) 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;