mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add new function mrb_parser_free()
This commit is contained in:
@@ -4775,6 +4775,11 @@ mrb_parser_new(mrb_state *mrb)
|
||||
return p;
|
||||
}
|
||||
|
||||
void
|
||||
mrb_parser_free(parser_state *p) {
|
||||
mrb_pool_close(p->pool);
|
||||
}
|
||||
|
||||
mrbc_context*
|
||||
mrbc_context_new(mrb_state *mrb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user