allow ardour to exit after JACK disconnects us

This commit is contained in:
Paul Davis 2013-08-09 16:57:23 -04:00
parent f0fcda2044
commit cec2a3da36

View File

@ -933,6 +933,7 @@ void
AudioEngine::halted_callback (const char* why)
{
stop_metering_thread ();
_running = false;
Port::PortDrop (); /* EMIT SIGNAL */
Halted (why); /* EMIT SIGNAL */