I found that Fiber's contexts (f->cxt) were freed in obj_free before the commit 3531fe1 and the commit removes mrb_free_context() call (but I don't know how to free Fiber objects correctly...).
The text was updated successfully, but these errors were encountered:
Creating many Fiber objects (then freeing them by GC) causes memory leakage:
I found that Fiber's contexts (f->cxt) were freed in
obj_free
before the commit 3531fe1 and the commit removesmrb_free_context()
call (but I don't know how to free Fiber objects correctly...).The text was updated successfully, but these errors were encountered: