fix incorrect release

This commit is contained in:
Glenn Maynard
2005-06-16 09:23:52 +00:00
parent 5504a49365
commit 25d7dea813
-1
View File
@@ -236,7 +236,6 @@ void LuaTable::Set( Lua *L, const CString &sKey )
lua_pushvalue( L, iTop ); // push the value
lua_settable( L, iTop+1 );
lua_settop( L, iTop-1 ); // remove all of the above
LUA->Release( L );
}
void LuaTable::Unset( Lua *L, const CString &sKey )