* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f37d0629af
commit
432321d780
2
gc.c
2
gc.c
@ -2172,7 +2172,7 @@ slot_sweep_body(rb_objspace_t *objspace, struct heaps_slot *sweep_slot, const in
|
|||||||
(FL_TEST(p, FL_FINALIZE))) {
|
(FL_TEST(p, FL_FINALIZE))) {
|
||||||
if (!deferred) {
|
if (!deferred) {
|
||||||
p->as.free.flags = T_ZOMBIE;
|
p->as.free.flags = T_ZOMBIE;
|
||||||
|
|
||||||
RDATA(p)->dfree = 0;
|
RDATA(p)->dfree = 0;
|
||||||
}
|
}
|
||||||
p->as.free.next = deferred_final_list;
|
p->as.free.next = deferred_final_list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user