Fix crash when session range is created (bug introduced in 7ee5a3f
)
This commit is contained in:
parent
f407d4e3b7
commit
fe3827b1d8
@ -989,7 +989,9 @@ LocationUI::start_changed (Location *location)
|
||||
break;
|
||||
}
|
||||
}
|
||||
assert (r);
|
||||
if (!r) {
|
||||
return;
|
||||
}
|
||||
|
||||
int pos = 0;
|
||||
Locations::LocationList loc = _session->locations()->list ();
|
||||
|
Loading…
Reference in New Issue
Block a user