- epgplus: fix detailsline;

This commit is contained in:
TangoCash
2017-04-08 16:25:59 +02:00
parent 15b028d187
commit c26e85cb55

View File

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