From efe155f9419191ce36f96819a7fc4be61abc4feb Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 21 Jun 2010 14:19:15 -0700 Subject: Yet another stack mistake in the HandleLua code... --- lib/LuaHandle.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index e23d059..c78b577 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -1249,6 +1249,7 @@ HandleLua::~HandleLua() { L->call(0, 0); } else { L->pop(); + L->pop(); } L->push("HANDLELUAREFS"); L->gettable(LUA_REGISTRYINDEX); -- cgit v1.2.3