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:
Fred Gleason 2021-05-11 14:41:28 -04:00
parent 353b52e5ea
commit 7ef922efd8
2 changed files with 4 additions and 0 deletions

View File

@ -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()'.

View File

@ -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) {