Fix potential deadlock (session-template with latent procs)
This commit is contained in:
parent
5794d21a76
commit
1341e18cac
@ -325,6 +325,9 @@ Session::post_engine_init ()
|
||||
for (RouteList::iterator i = r->begin(); i != r->end(); ++i) {
|
||||
(*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 */
|
||||
|
Loading…
Reference in New Issue
Block a user