diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:52:11 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-03 21:52:11 +0900 |
| commit | fc27f71289b84f700efc780ae79eea66f212c0c4 (patch) | |
| tree | 9aeea40a4ff3d674c11ee4c078169045ee5e874b /tools | |
| parent | a1af20baa9f9a96c2a8cd6a9a1505fe53799e9c9 (diff) | |
| download | mruby-fc27f71289b84f700efc780ae79eea66f212c0c4.tar.gz mruby-fc27f71289b84f700efc780ae79eea66f212c0c4.zip | |
add new function mrb_parser_free()
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c index d46bcff3c..8b36cb5a6 100644 --- a/tools/mirb/mirb.c +++ b/tools/mirb/mirb.c @@ -231,7 +231,7 @@ main(void) memset(ruby_code, 0, sizeof(*ruby_code)); memset(ruby_code, 0, sizeof(*last_code_line)); } - mrb_pool_close(parser->pool); + mrb_parser_free(parser); } } mrbc_context_free(mrb, cxt); |
