summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/xml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index 4d85e87f..63487215 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -34,7 +34,7 @@ namespace XML
mDoc(0)
{
int size;
- char *data;
+ char *data = NULL;
if (useResman)
{
ResourceManager *resman = ResourceManager::getInstance();