mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[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:
parent
58817ab665
commit
cfcb67040a
1 changed files with 1 additions and 1 deletions
|
|
@ -2965,7 +2965,7 @@ ARDOUR_UI::close_session()
|
||||||
ARDOUR_COMMAND_LINE::session_name = "";
|
ARDOUR_COMMAND_LINE::session_name = "";
|
||||||
|
|
||||||
if (get_session_parameters (true, false)) {
|
if (get_session_parameters (true, false)) {
|
||||||
exit (1);
|
UI::quit ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue