argument type of mrb_gc_free_ht() has changed

This commit is contained in:
Yukihiro Matsumoto
2012-05-07 16:59:39 +09:00
parent 4384cae703
commit 98518795b0
+1 -1
View File
@@ -424,7 +424,7 @@ obj_free(mrb_state *mrb, struct RBasic *obj)
case MRB_TT_HASH:
mrb_gc_free_iv(mrb, (struct RObject*)obj);
mrb_gc_free_ht(mrb, (struct RClass*)obj);
mrb_gc_free_ht(mrb, (struct RHash*)obj);
break;
case MRB_TT_STRING: