free irep->irep
This commit is contained in:
parent
5e616e7774
commit
fdac5061fd
1
src/gc.c
1
src/gc.c
|
@ -583,6 +583,7 @@ gc_finalize_object(pic_state *pic, struct pic_object *obj)
|
||||||
struct pic_irep *irep = (struct pic_irep *)obj;
|
struct pic_irep *irep = (struct pic_irep *)obj;
|
||||||
pic_free(pic, irep->code);
|
pic_free(pic, irep->code);
|
||||||
pic_free(pic, irep->cv_tbl);
|
pic_free(pic, irep->cv_tbl);
|
||||||
|
pic_free(pic, irep->irep);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case PIC_TT_NIL:
|
case PIC_TT_NIL:
|
||||||
|
|
Loading…
Reference in New Issue