mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
explicitly shutdown engine at exit
Callbacks like EngineHalted or DeviceListChanged can be deadly while the UI is being torn down.
This commit is contained in:
parent
72ed785940
commit
c12b7bc9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ int main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
ui->run (text_receiver);
|
||||
ui->disconnect_from_engine();
|
||||
Gtkmm2ext::Application::instance()->cleanup();
|
||||
delete ui;
|
||||
ui = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue