Don't crash if NULL is passed to mrb_close
Sometimes it is very useful just return from mrb_close if NULL is passed as mrb. This is the same spirit of free(3), which just does nothing if NULL is passed.
Showing
Please register or sign in to comment