From c26e85cb554527e797dc06c652127880bd8c4053 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 8 Apr 2017 16:25:59 +0200 Subject: [PATCH] - epgplus: fix detailsline; --- src/gui/epgplus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index a782ea8b5..3c82f4937 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -365,6 +365,7 @@ EpgPlus::ChannelEntry::~ChannelEntry() if (this->detailsLine) { + this->detailsLine->kill(); delete this->detailsLine; this->detailsLine = NULL; }