Add missing GC steps for template table creation.

This commit is contained in:
Mike Pall 2012-11-16 13:20:12 +01:00
parent 16f23458bc
commit 2ad9834df6

View File

@ -1825,6 +1825,7 @@ static void expr_table(LexState *ls, ExpDesc *e)
}
}
}
lj_gc_check(fs->L);
}
}