mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
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:
@@ -365,6 +365,7 @@ EpgPlus::ChannelEntry::~ChannelEntry()
|
|||||||
|
|
||||||
if (this->detailsLine)
|
if (this->detailsLine)
|
||||||
{
|
{
|
||||||
|
this->detailsLine->kill();
|
||||||
delete this->detailsLine;
|
delete this->detailsLine;
|
||||||
this->detailsLine = NULL;
|
this->detailsLine = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user