mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
fix crash at session-close, amend dec4790d
This commit is contained in:
parent
e4adb99e06
commit
e935890fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1008,7 +1008,7 @@ Editor::track_selection_changed ()
|
|||
|
||||
ControlProtocol::TrackSelectionChanged (routes);
|
||||
|
||||
if (sfbrowser) {
|
||||
if (sfbrowser && _session && !_session->deletion_in_progress()) {
|
||||
uint32_t audio_track_cnt = 0;
|
||||
uint32_t midi_track_cnt = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue