freeze thread is not detached and needs to be joined
This commit is contained in:
parent
7aa85887da
commit
2074dbdbe2
@ -3918,6 +3918,7 @@ Editor::freeze_route ()
|
||||
gtk_main_iteration ();
|
||||
}
|
||||
|
||||
pthread_join (itt.thread, 0);
|
||||
current_interthread_info = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user