mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Stop force-recycling evacuated array [Bug #18065]
This commit is contained in:
parent
d16b68cb22
commit
e5dd40b1f3
1 changed files with 0 additions and 1 deletions
1
hash.c
1
hash.c
|
@ -3315,7 +3315,6 @@ rb_hash_transform_keys_bang(int argc, VALUE *argv, VALUE hash)
|
|||
rb_hash_aset(new_keys, new_key, Qnil);
|
||||
}
|
||||
rb_ary_clear(pairs);
|
||||
rb_gc_force_recycle(pairs);
|
||||
rb_hash_clear(new_keys);
|
||||
rb_gc_force_recycle(new_keys);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue