[Summary] Fix bug 45112. TracksLive hangs on Processes list when quit after overall new session (Win only). Impossible to run application again till terminate process.

[Bug Reviewed] AMishyn
[Reviewed] YPozdniakov
This commit is contained in:
Nikolay 2014-12-18 15:58:40 +02:00
parent 58817ab665
commit cfcb67040a

View file

@ -2965,7 +2965,7 @@ ARDOUR_UI::close_session()
ARDOUR_COMMAND_LINE::session_name = "";
if (get_session_parameters (true, false)) {
exit (1);
UI::quit ();
}
}