diff options
| author | louis <louis.braun@gmx.de> | 2015-01-27 17:30:24 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-27 17:30:24 +0100 |
| commit | c650dcacd89ed4ffd6cdc2aded92de70b40f181d (patch) | |
| tree | 36994f517ef1b205c379d4e17be38b1fb085aea8 /libtemplate | |
| parent | 15ad84bccf46ccedd894cabb03ff18d1b7707214 (diff) | |
| download | vdr-plugin-skindesigner-c650dcacd89ed4ffd6cdc2aded92de70b40f181d.tar.gz vdr-plugin-skindesigner-c650dcacd89ed4ffd6cdc2aded92de70b40f181d.tar.bz2 | |
started plugin interface implementation
Diffstat (limited to 'libtemplate')
| -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 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; |
