diff options
Diffstat (limited to 'libtemplate/xmlparser.c')
-rw-r--r-- | libtemplate/xmlparser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/xmlparser.c b/libtemplate/xmlparser.c index dd5a39b..0162780 100644 --- a/libtemplate/xmlparser.c +++ b/libtemplate/xmlparser.c @@ -9,6 +9,7 @@ void SkinDesignerXMLErrorHandler (void * userData, xmlErrorPtr error) { } cXmlParser::cXmlParser(void) { + view = NULL; doc = NULL; root = NULL; ctxt = NULL; |