浏览代码

fix segfault

txlyre 2 天之前
父节点
当前提交
4248554e55
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      qic.c

+ 1 - 0
qic.c

@@ -3712,6 +3712,7 @@ void compile_node(buffer_t *gbuf, buffer_t *buf, list_t *ctx, table_t *ltab, sta
       }
 
       node->a->b = nodeb(bbuf);
+      node->a->t2 = NULL;
 
       compile_node(gbuf, tbuf, ctx, ltab, lstk, sstk, lbl, node->a);