mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Don't set saved_ec.tag
to NULL
in cont_init()
This commit is contained in:
parent
3a730be8b4
commit
372515f33c
Notes:
git
2025-03-31 02:59:50 +00:00
1 changed files with 0 additions and 1 deletions
1
cont.c
1
cont.c
|
@ -1369,7 +1369,6 @@ cont_init(rb_context_t *cont, rb_thread_t *th)
|
|||
/* save thread context */
|
||||
cont_save_thread(cont, th);
|
||||
cont->saved_ec.thread_ptr = th;
|
||||
cont->saved_ec.tag = NULL;
|
||||
cont->saved_ec.local_storage = NULL;
|
||||
cont->saved_ec.local_storage_recursive_hash = Qnil;
|
||||
cont->saved_ec.local_storage_recursive_hash_for_trace = Qnil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue