From 7ef922efd8f2ce717c7b5d63532363034e8cadbb Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 11 May 2021 14:41:28 -0400 Subject: [PATCH] 2021-05-11 Fred Gleason * Fixed a regression 'RDCutDialog' that could cause a segfault when calling 'RDCutDialog::exec()'. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ lib/rdcut_dialog.cpp | 1 + 2 files changed, 4 insertions(+) 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) {