aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/src/lstate.c')
-rw-r--r--lib/lua/src/lstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lua/src/lstate.c b/lib/lua/src/lstate.c
index 4313b83a0..eced4a585 100644
--- a/lib/lua/src/lstate.c
+++ b/lib/lua/src/lstate.c
@@ -166,6 +166,7 @@ LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) {
setnilvalue(registry(L));
luaZ_initbuffer(L, &g->buff);
g->panic = NULL;
+ g->wrapcf = NULL; /* MINETEST-SPECIFIC CHANGE */
g->gcstate = GCSpause;
g->rootgc = obj2gco(L);
g->sweepstrgc = 0;