mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use new function mrb_parser_free()
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ main(int argc, char **argv)
|
||||
parser_dump(mrb, p->tree, 0);
|
||||
|
||||
n = mrb_generate_code(mrb, p->tree);
|
||||
mrb_pool_close(p->pool);
|
||||
mrb_parser_free(p);
|
||||
}
|
||||
|
||||
if (n >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user