fix crash in mixer selection after session was closed, but mixer selection retained refs to routes/plugins
git-svn-id: svn://localhost/ardour2/trunk@1601 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f2883c8592
commit
026e8d0673
@ -381,6 +381,7 @@ Mixer_UI::disconnect_from_session ()
|
||||
ENSURE_GUI_THREAD(mem_fun(*this, &Mixer_UI::disconnect_from_session));
|
||||
|
||||
group_model->clear ();
|
||||
_selection.clear ();
|
||||
set_title (_("ardour: mixer"));
|
||||
stop_updating ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user