1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.c (gc_before_sweep): fix spacing.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-07-23 07:15:34 +00:00
parent 511e155e24
commit 3742192919
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Tue Jul 23 16:14:57 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_before_sweep): fix spacing.
Tue Jul 23 15:57:11 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (heap_get_freeobj): clear slot->freelist here.

1
gc.c
View file

@ -2347,7 +2347,6 @@ gc_before_sweep(rb_objspace_t *objspace)
objspace->heap.using_slot = NULL;
}
objspace->freelist = NULL;
malloc_increase2 += ATOMIC_SIZE_EXCHANGE(malloc_increase,0);