From c650dcacd89ed4ffd6cdc2aded92de70b40f181d Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 27 Jan 2015 17:30:24 +0100 Subject: started plugin interface implementation --- libtemplate/xmlparser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libtemplate') diff --git a/libtemplate/xmlparser.c b/libtemplate/xmlparser.c index 9e095a4..8df22e8 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; -- cgit v1.2.3