luainterface was leaking memory. as far as i can tell, it was ALWAYS leaking memory. Lets see if this fixes it.

This commit is contained in:
zeromus 2015-03-01 04:27:51 +00:00
parent 37a808eae4
commit 5aed8f8224
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ namespace LuaInterface
~LuaBase()
{
Dispose(false);
//Dispose(false);
Dispose(true); //zero 28-feb-2014 - fix memory leak?
}
public void Dispose()

Binary file not shown.