mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Close NIF file resource after loading it into memory
This commit is contained in:
parent
101810d1e8
commit
31e6d28b19
@ -177,6 +177,8 @@ NIFFile::NIFFile(const std::string &name, psudo_private_modifier)
|
||||
{
|
||||
inp = Ogre::ResourceGroupManager::getSingleton().openResource(name);
|
||||
parse();
|
||||
// Make sure to close the file after it was loaded into memory
|
||||
inp.setNull();
|
||||
}
|
||||
|
||||
NIFFile::~NIFFile()
|
||||
|
Loading…
Reference in New Issue
Block a user