From 5fec11e3bb4177d4dd8fe96545b0d32fe48005fa 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0cd6cfa68cf0584c7cc1118030a9907065c1b925 Author: Stefan Seyfried Date: 2014-01-09 (Thu, 09 Jan 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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;