free irep->irep

This commit is contained in:
Yuichi Nishiwaki 2014-01-18 22:31:25 +09:00
parent 5e616e7774
commit fdac5061fd
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ gc_finalize_object(pic_state *pic, struct pic_object *obj)
struct pic_irep *irep = (struct pic_irep *)obj;
pic_free(pic, irep->code);
pic_free(pic, irep->cv_tbl);
pic_free(pic, irep->irep);
break;
}
case PIC_TT_NIL: