use new function mrb_parser_free()

This commit is contained in:
Yukihiro Matsumoto
2012-07-03 21:54:08 +09:00
parent fc27f71289
commit 85a0cad905
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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) {