Make sure we can't execute 'ARDOUR::Route::meter()' unless a ReaderLock was successfully obtained
This commit is contained in:
parent
f0fd264f5e
commit
e59e8f6ab9
@ -3730,7 +3730,7 @@ Route::set_active (bool yn, void* src)
|
||||
void
|
||||
Route::meter ()
|
||||
{
|
||||
Glib::Threads::RWLock::ReaderLock rm (_processor_lock, Glib::Threads::TRY_LOCK);
|
||||
Glib::Threads::RWLock::ReaderLock rm (_processor_lock);
|
||||
|
||||
assert (_meter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user