garbage collect context (fiber) properly

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-05-22 11:05:22 +09:00
parent 1cfd3fb9eb
commit 2045a35292
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -74,6 +74,8 @@ struct mrb_context {
int rsize;
struct RProc **ensure;
int esize;
struct RFiber *fib;
};
enum gc_state {