mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 18:45:36 +00:00
Merge branch 'fix-mem-leak-1' into 'master'
Fix memory leak in FontLoader::loadFontFromXml See merge request OpenMW/openmw!559
This commit is contained in:
commit
cf9ac9c6c9
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ namespace Gui
|
|||
}
|
||||
|
||||
MyGUI::ResourceManager::getInstance().loadFromXmlNode(copy, _file, _version);
|
||||
delete copy;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue