mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00: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
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…
x
Reference in New Issue
Block a user