add missing braek statement

This commit is contained in:
Yuichi Nishiwaki 2013-10-14 17:32:24 +09:00
parent c53bf58e7e
commit a7cc9bd69d
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ gc_finalize_object(pic_state *pic, struct pic_object *obj)
/* free irep */ /* free irep */
pic_free(pic, proc->u.irep->code); pic_free(pic, proc->u.irep->code);
pic_free(pic, proc->u.irep); pic_free(pic, proc->u.irep);
break;
} }
default: default:
pic_raise(pic, "logic flaw"); pic_raise(pic, "logic flaw");