mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
fix crash when opening audio/MIDI setup while playing etc.
This commit is contained in:
parent
fa03eee79e
commit
df13a8c0b1
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue