mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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);
|
||||
}
|
||||
|
||||
_monitor_section->tearoff().hide_visible ();
|
||||
if (_monitor_section) {
|
||||
_monitor_section->tearoff().hide_visible ();
|
||||
}
|
||||
|
||||
strips.clear ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue