13
0

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:
Paul Davis 2007-03-16 01:56:00 +00:00
parent f2883c8592
commit 026e8d0673

View File

@ -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 ();
}