Unverified Commit 144cf6cd authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

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
parents a6119b00 acc11400
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment