13
0

fix crash when opening audio/MIDI setup while playing etc.

This commit is contained in:
Paul Davis 2013-10-15 12:48:58 -04:00
parent fa03eee79e
commit df13a8c0b1

View File

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