mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression 'RDCutDialog' that could cause a segfault when calling 'RDCutDialog::exec()'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
353b52e5ea
commit
7ef922efd8
@ -21669,3 +21669,6 @@
|
||||
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcastmanager(1) that caused values in the
|
||||
'Superfeed' column of the Feed List to be inverted.
|
||||
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression 'RDCutDialog' that could cause a segfault
|
||||
when calling 'RDCutDialog::exec()'.
|
||||
|
@ -46,6 +46,7 @@ RDCutDialog::RDCutDialog(QString *filter,QString *group,QString *schedcode,
|
||||
cart_caption=caption;
|
||||
cart_allow_add=allow_add;
|
||||
|
||||
cart_temp_allowed=NULL;
|
||||
cart_cutname=NULL;
|
||||
cart_filter_mode=rda->station()->filterMode();
|
||||
if(filter==NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user