* 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
Родитель 511e155e24
Коммит 3742192919
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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
Просмотреть файл

@ -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);