We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e517929 + 1ee3092 commit 28bfa8cCopy full SHA for 28bfa8c
mono/metadata/boehm-gc.c
@@ -567,8 +567,7 @@ mono_gc_thread_detach_with_lock (MonoThreadInfo *p)
567
568
tid = mono_thread_info_get_tid (p);
569
570
- if (p->runtime_thread)
571
- mono_threads_add_joinable_thread ((gpointer)tid);
+ mono_threads_add_joinable_runtime_thread(p);
572
573
mono_handle_stack_free (p->handle_stack);
574
p->handle_stack = NULL;
0 commit comments