allow ardour to exit after JACK disconnects us
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 9 Aug 2013 20:57:23 +0000 (16:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 9 Aug 2013 20:57:23 +0000 (16:57 -0400)
libs/ardour/audioengine.cc

index 2b9a50f1efff581a78761c0303cbe69410a59ff1..47bd257bd8ef928ca564ecd3d4b5e7d032652fa1 100644 (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 */