Fix incredibly unlikely NULL pointer dereference.
This commit is contained in:
parent
9aec0c627d
commit
26f6f80a53
@ -643,7 +643,7 @@ SndFileSource::setup_broadcast_info (framepos_t /*when*/, struct tm& now, time_t
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!(_flags & Broadcast)) {
|
||||
if (!(_flags & Broadcast) || !_broadcast_info) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user