aboutsummaryrefslogtreecommitdiff
path: root/src/lua_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_state.c')
-rw-r--r--src/lua_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua_state.c b/src/lua_state.c
index 18040fc..297a218 100644
--- a/src/lua_state.c
+++ b/src/lua_state.c
@@ -114,6 +114,8 @@ static bool load_init_lua(void) {
#undef X
+ lua_pop(L, 1);
+
return true;
}