mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
freeze thread is not detached and needs to be joined
This commit is contained in:
parent
7aa85887da
commit
2074dbdbe2
1 changed files with 1 additions and 0 deletions
|
|
@ -3918,6 +3918,7 @@ Editor::freeze_route ()
|
||||||
gtk_main_iteration ();
|
gtk_main_iteration ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pthread_join (itt.thread, 0);
|
||||||
current_interthread_info = 0;
|
current_interthread_info = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue