Skip to content

Commit

Permalink
Free mrb->rescue and mrb->ensure.
Browse files Browse the repository at this point in the history
  • Loading branch information
masamitsu-murase committed Sep 4, 2012
1 parent 50d469d commit ab5a581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state.c
Expand Up @@ -99,6 +99,8 @@ mrb_close(mrb_state *mrb)
mrb_free(mrb, mrb->irep[i]);
}
mrb_free(mrb, mrb->irep);
mrb_free(mrb, mrb->rescue);
mrb_free(mrb, mrb->ensure);
mrb_free_symtbl(mrb);
mrb_free_heap(mrb);
mrb_alloca_free(mrb);
Expand Down

0 comments on commit ab5a581

Please sign in to comment.