aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lvm.c b/lvm.c
index 73d7ee43..074ee718 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1590,6 +1590,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
1590 } 1590 }
1591 vmcase(OP_CLOSE) { 1591 vmcase(OP_CLOSE) {
1592 StkId ra = RA(i); 1592 StkId ra = RA(i);
1593 lua_assert(!GETARG_B(i)); /* 'close must be alive */
1593 Protect(luaF_close(L, ra, LUA_OK, 1)); 1594 Protect(luaF_close(L, ra, LUA_OK, 1));
1594 vmbreak; 1595 vmbreak;
1595 } 1596 }