freeze thread is not detached and needs to be joined

This commit is contained in:
Robin Gareus 2016-05-24 03:29:48 +02:00
parent 7aa85887da
commit 2074dbdbe2
1 changed files with 1 additions and 0 deletions

View File

@ -3918,6 +3918,7 @@ Editor::freeze_route ()
gtk_main_iteration ();
}
pthread_join (itt.thread, 0);
current_interthread_info = 0;
}