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
cont.c
1
cont.c
@ -1369,7 +1369,6 @@ cont_init(rb_context_t *cont, rb_thread_t *th)
|
|||||||
/* save thread context */
|
/* save thread context */
|
||||||
cont_save_thread(cont, th);
|
cont_save_thread(cont, th);
|
||||||
cont->saved_ec.thread_ptr = th;
|
cont->saved_ec.thread_ptr = th;
|
||||||
cont->saved_ec.tag = NULL;
|
|
||||||
cont->saved_ec.local_storage = NULL;
|
cont->saved_ec.local_storage = NULL;
|
||||||
cont->saved_ec.local_storage_recursive_hash = Qnil;
|
cont->saved_ec.local_storage_recursive_hash = Qnil;
|
||||||
cont->saved_ec.local_storage_recursive_hash_for_trace = Qnil;
|
cont->saved_ec.local_storage_recursive_hash_for_trace = Qnil;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user