summaryrefslogtreecommitdiff
path: root/libtemplate/xmlparser.c
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-27 17:30:24 +0100
committerlouis <louis.braun@gmx.de>2015-01-27 17:30:24 +0100
commitc650dcacd89ed4ffd6cdc2aded92de70b40f181d (patch)
tree36994f517ef1b205c379d4e17be38b1fb085aea8 /libtemplate/xmlparser.c
parent15ad84bccf46ccedd894cabb03ff18d1b7707214 (diff)
downloadvdr-plugin-skindesigner-c650dcacd89ed4ffd6cdc2aded92de70b40f181d.tar.gz
vdr-plugin-skindesigner-c650dcacd89ed4ffd6cdc2aded92de70b40f181d.tar.bz2
started plugin interface implementation
Diffstat (limited to 'libtemplate/xmlparser.c')
-rw-r--r--libtemplate/xmlparser.c1
1 files changed, 1 insertions, 0 deletions
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;