some memory leak cleanup

This commit is contained in:
Mark Vejvoda 2013-11-13 21:26:08 +00:00
parent 4e1c9be664
commit b7267c9176
1 changed files with 0 additions and 4 deletions

View File

@ -400,10 +400,6 @@ XmlNode *XmlIoRapid::load(const string &path, const std::map<string,string> &map
rootNode= new XmlNode(doc->first_node(),mapTagReplacementValues);
//doc->clear();
cleanup();
init();
if(showPerfStats) printf("In [%s::%s Line: %d] took msecs: " MG_I64_SPECIFIER "\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,chrono.getMillis());
#if defined(WIN32) && !defined(__MINGW32__)