mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
patch from tim mayberry to fix crash when creating a new session after session close (#4907)
git-svn-id: svn://localhost/ardour2/branches/3.0@12556 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4ac444dad5
commit
9b2e242cb5
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ ARDOUR_UI::unload_session (bool hide_stuff)
|
|||
delete _session;
|
||||
_session = 0;
|
||||
|
||||
session_loaded = false;
|
||||
|
||||
update_buffer_load ();
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue