From 0c36c975abe78f44769a8b4a58f29b12dd3952bf Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sun, 20 Dec 2009 11:18:56 +0100 Subject: Fixed an uninitialized pointer --- src/utils/xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3-70-g09d2