diff --git a/ChangeLog b/ChangeLog index f67d2187..f54d30de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21669,3 +21669,6 @@ 2021-05-11 Fred Gleason * 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 + * Fixed a regression 'RDCutDialog' that could cause a segfault + when calling 'RDCutDialog::exec()'. diff --git a/lib/rdcut_dialog.cpp b/lib/rdcut_dialog.cpp index adf8de12..543930cd 100644 --- a/lib/rdcut_dialog.cpp +++ b/lib/rdcut_dialog.cpp @@ -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) {