mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39725a4db6
commit
e226772ab6
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2943,7 +2943,7 @@ finalize_list(rb_objspace_t *objspace, VALUE zombie)
|
|||
run_final(objspace, zombie);
|
||||
|
||||
RZOMBIE(zombie)->basic.flags = 0;
|
||||
if (LIKELY(heap_pages_final_slots)) heap_pages_final_slots--;
|
||||
if (LIKELY(heap_pages_final_slots)) heap_pages_final_slots--;
|
||||
page->final_slots--;
|
||||
page->free_slots++;
|
||||
heap_page_add_freeobj(objspace, GET_HEAP_PAGE(zombie), zombie);
|
||||
|
|
Loading…
Add table
Reference in a new issue