mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
511d53a826
The existence of 'lua_closeslot' is no reason for lua_pop not to close to-be-closed variables too. It is too error-prone for lua_pop not to close tbc variables being popped from the stack.