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; }