зеркало из https://github.com/github/ruby.git
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5fcc43e2d3
Коммит
3f97d88ac4
2
vm.c
2
vm.c
|
@ -2201,7 +2201,7 @@ ruby_vm_destruct(rb_vm_t *vm)
|
|||
struct rb_objspace *objspace = vm->objspace;
|
||||
vm->main_thread = 0;
|
||||
if (th) {
|
||||
rb_fiber_reset_root_local_storage(th);
|
||||
rb_fiber_reset_root_local_storage(th);
|
||||
thread_free(th);
|
||||
}
|
||||
rb_vm_living_threads_init(vm);
|
||||
|
|
Загрузка…
Ссылка в новой задаче