13
0

fix crash at exit with '-b', '--bindings' option

This commit is contained in:
Robin Gareus 2014-02-11 05:52:07 +01:00
parent 3566fa2d8e
commit 0bab9d2822

View File

@ -500,6 +500,8 @@ ARDOUR_UI::post_engine ()
cout << "Action: " << (*n) << " bound to " << (*k) << endl;
}
halt_connection.disconnect ();
AudioEngine::instance()->stop ();
exit (0);
}