fix another crash at exit #7033

Don't construct the bindings editor only to disconnect its signals
This commit is contained in:
Robin Gareus 2016-09-18 10:03:37 +02:00
parent 2e8621fdbf
commit 7fe91a7d1c

View File

@ -1324,7 +1324,9 @@ If you still wish to quit, please use the\n\n\
*/
save_ardour_state ();
key_editor->disconnect ();
if (key_editor.get (false)) {
key_editor->disconnect ();
}
close_all_dialogs ();