Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/vm.cpp
Original file line number Diff line number Diff line change
@@ -109,9 +109,9 @@ namespace rubinius {
vm->shared.remove_vm(vm);
vm->unlock(state->vm());

delete vm;

state->vm()->metrics()->system_metrics.vm_threads--;

delete vm;
}

void VM::initialize_as_root() {

0 comments on commit e76fe30

Please sign in to comment.