fix crash at session-close, amend dec4790d
This commit is contained in:
parent
e4adb99e06
commit
e935890fc5
@ -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…
Reference in New Issue
Block a user