Merge pull request #5134 from shuujii/fix-that-large-integer-is-not-GCed-with-Word-boxing

Fix that large integer is not GCed with Word-boxing
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-11-15 23:14:59 +09:00
committed by GitHub
-1
View File
@@ -782,7 +782,6 @@ obj_free(mrb_state *mrb, struct RBasic *obj, int end)
switch (obj->tt) {
/* immediate - no mark */
case MRB_TT_TRUE:
case MRB_TT_INTEGER:
case MRB_TT_SYMBOL:
/* cannot happen */
return;