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:
parent
37a808eae4
commit
5aed8f8224
|
@ -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.
Loading…
Reference in New Issue