epgplus: fix detailsline;

Origin commit data
------------------
Commit: c26e85cb55
Author: TangoCash <eric@loxat.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: fix detailsline;
This commit is contained in:
TangoCash
2017-04-08 16:25:59 +02:00
parent af623fc18a
commit f8bd6bd876

View File

@@ -365,6 +365,7 @@ EpgPlus::ChannelEntry::~ChannelEntry()
if (this->detailsLine)
{
this->detailsLine->kill();
delete this->detailsLine;
this->detailsLine = NULL;
}