fix crash when opening audio/MIDI setup while playing etc.
This commit is contained in:
parent
fa03eee79e
commit
df13a8c0b1
@ -1619,7 +1619,9 @@ EngineControl::EngineControl ()
|
||||
enable_latency_tab ();
|
||||
|
||||
} else {
|
||||
ARDOUR::AudioEngine::instance()->stop_latency_detection();
|
||||
if (lm_running) {
|
||||
ARDOUR::AudioEngine::instance()->stop_latency_detection();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user