13
0

Make sure we can't execute 'ARDOUR::Route::meter()' unless a ReaderLock was successfully obtained

This commit is contained in:
John Emmas 2014-11-13 12:13:16 +00:00
parent f0fd264f5e
commit e59e8f6ab9

View File

@ -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);