diff options
author | Pixel <pixel@nobis-crew.org> | 2010-06-21 14:19:15 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-06-21 14:19:15 -0700 |
commit | efe155f9419191ce36f96819a7fc4be61abc4feb (patch) | |
tree | a56f3fcb569d8a78117dd91f9a1d8488d946636d /lib/LuaHandle.cc | |
parent | 7e92be6cd731888a4750bff54a0e03790afb3ab5 (diff) |
Yet another stack mistake in the HandleLua code...
Diffstat (limited to 'lib/LuaHandle.cc')
-rw-r--r-- | lib/LuaHandle.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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); |