mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
Drop session's monitor bus reference when removing the bus
This commit is contained in:
parent
848832f8b0
commit
354e60d657
1 changed files with 3 additions and 0 deletions
|
|
@ -1101,6 +1101,7 @@ Session::remove_monitor_section ()
|
|||
}
|
||||
|
||||
remove_route (_monitor_out);
|
||||
_monitor_out.reset ();
|
||||
if (deletion_in_progress ()) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -1410,6 +1411,8 @@ Session::remove_surround_master ()
|
|||
}
|
||||
|
||||
remove_route (_surround_master);
|
||||
_surround_master.reset ();
|
||||
|
||||
if (deletion_in_progress ()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue