mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-09-17 17:00:27 +02:00
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.1.0fix0. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
c554883f67
commit
416dc48bcf
@ -24344,3 +24344,6 @@
|
|||||||
segfault when switching user context.
|
segfault when switching user context.
|
||||||
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
|
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 4.1.0fix0.
|
* Incremented the package version to 4.1.0fix0.
|
||||||
|
2023-09-25 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdairplay(1) and rdpanel(1) that could cause a
|
||||||
|
segfault when switching user context.
|
||||||
|
@ -1701,13 +1701,16 @@ void RDSoundPanel::Stopped(int id)
|
|||||||
void RDSoundPanel::ClearChannel(int id)
|
void RDSoundPanel::ClearChannel(int id)
|
||||||
{
|
{
|
||||||
RDPlayDeck *playdeck=panel_active_buttons[id]->playDeck();
|
RDPlayDeck *playdeck=panel_active_buttons[id]->playDeck();
|
||||||
if(rda->cae()->
|
if(playdeck!=NULL) {
|
||||||
playPortActive(playdeck->card(),playdeck->port(),playdeck->stream())) {
|
if(rda->cae()->
|
||||||
return;
|
playPortActive(playdeck->card(),playdeck->port(),playdeck->stream())) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
panel_event_player->
|
||||||
|
exec(panel_stop_rml[panel_active_buttons[id]->output()]);
|
||||||
|
emit channelStopped(panel_active_buttons[id]->output(),
|
||||||
|
playdeck->card(),playdeck->port());
|
||||||
}
|
}
|
||||||
panel_event_player->exec(panel_stop_rml[panel_active_buttons[id]->output()]);
|
|
||||||
emit channelStopped(panel_active_buttons[id]->output(),
|
|
||||||
playdeck->card(),playdeck->port());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user