Skip to content

mrb_close

cremno edited this page Sep 10, 2013 · 1 revision

mrb_close

Declaration Definition
mruby.h state.c
void mrb_close(mrb_state *mrb);

Calls the finalize functions of GEMs and frees a mrb_state and all associated memory.

Parameters

  • mrb: mruby VM state

Return value

None.

See also

Clone this wiki locally