Skip to content

Commit

Permalink
* remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Jun 20, 2019
1 parent dbc2b89 commit 1993109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thread.c
Expand Up @@ -598,7 +598,7 @@ thread_cleanup_func_before_exec(void *th_ptr)
th->status = THREAD_KILLED;
// The thread stack doesn't exist in the forked process:
th->ec->machine.stack_start = th->ec->machine.stack_end = NULL;

// The vm_stack is `alloca`ed on the thread stack, so it's gone too:
rb_ec_clear_vm_stack(th->ec);
}
Expand Down

0 comments on commit 1993109

Please sign in to comment.