summaryrefslogtreecommitdiff
path: root/src/utils/xml/pugixml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml/pugixml.cpp')
-rw-r--r--src/utils/xml/pugixml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp
index 7ad2779cd..09bdd75aa 100644
--- a/src/utils/xml/pugixml.cpp
+++ b/src/utils/xml/pugixml.cpp
@@ -166,7 +166,7 @@ namespace XML
Document::~Document()
{
- delete [] mData);
+ delete [] mData;
mData = nullptr;
}