Browse Source

Add missing GC steps for template table creation.

Mike Pall 12 years ago
parent
commit
2ad9834df6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lj_parse.c

+ 1 - 0
src/lj_parse.c

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