mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2022-09-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused a segfault when unloading a log. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23399,3 +23399,6 @@
|
|||||||
2022-09-27 Fred Gleason <fredg@paravelsystems.com>
|
2022-09-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in rdairplay(1) that caused the audio cue
|
* Fixed a regression in rdairplay(1) that caused the audio cue
|
||||||
transport buttons to be continuously grayed-out.
|
transport buttons to be continuously grayed-out.
|
||||||
|
2022-09-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in rdairplay(1) that caused a segfault when
|
||||||
|
unloading a log.
|
||||||
|
|||||||
@@ -3229,7 +3229,7 @@ void RDLogPlay::UpdateRestartData()
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
line=nextLine();
|
line=nextLine();
|
||||||
if(line>=0) {
|
if((line>=0)&&(logLine(line)!=NULL)) {
|
||||||
id=logLine(line)->id();
|
id=logLine(line)->id();
|
||||||
}
|
}
|
||||||
running="N";
|
running="N";
|
||||||
|
|||||||
Reference in New Issue
Block a user