mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
stop crash when existing a session/quitting without a monitor section
git-svn-id: svn://localhost/ardour2/branches/3.0@6810 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
455058835e
commit
a6dcf49333
1 changed files with 3 additions and 1 deletions
|
|
@ -538,7 +538,9 @@ Mixer_UI::session_going_away ()
|
||||||
delete (*i);
|
delete (*i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (_monitor_section) {
|
||||||
_monitor_section->tearoff().hide_visible ();
|
_monitor_section->tearoff().hide_visible ();
|
||||||
|
}
|
||||||
|
|
||||||
strips.clear ();
|
strips.clear ();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue