mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Fix potential deadlock (session-template with latent procs)
This commit is contained in:
parent
5794d21a76
commit
1341e18cac
1 changed files with 3 additions and 0 deletions
|
|
@ -325,6 +325,9 @@ Session::post_engine_init ()
|
||||||
for (RouteList::iterator i = r->begin(); i != r->end(); ++i) {
|
for (RouteList::iterator i = r->begin(); i != r->end(); ++i) {
|
||||||
(*i)->configure_processors (0);
|
(*i)->configure_processors (0);
|
||||||
}
|
}
|
||||||
|
/* release process-lock, ProcessorChangeBlocker may trigger
|
||||||
|
* latency-callback from non-rt thread which may take the lock */
|
||||||
|
lx.release ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reset all panners */
|
/* Reset all panners */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue