Merge pull request #1424 from rextimmy/fmod_crash_fix

Changed order of fmodex library unload.
This commit is contained in:
Anis 2016-02-16 00:26:47 +01:00
commit f30aac3655

View file

@ -105,8 +105,8 @@ struct FModFNTable
}
~FModFNTable()
{
eventDllRef = NULL;
dllRef = NULL;
eventDllRef = NULL;
delete mutex;
}