epgplus: fix segfault (thx dbo)

Origin commit data
------------------
Commit: a56e3f8111
Author: TangoCash <eric@loxat.de>
Date: 2017-05-29 (Mon, 29 May 2017)

Origin message was:
------------------
-epgplus: fix segfault (thx dbo)
This commit is contained in:
TangoCash
2017-05-29 22:36:07 +02:00
committed by vanhofen
parent c0801da2e5
commit f1f0683e20

View File

@@ -1383,6 +1383,8 @@ void EpgPlus::hide()
if (this->header->head)
{
this->header->head->kill();
delete this->header->head;
this->header->head = NULL;
}
this->frameBuffer->paintBackgroundBoxRel(this->usableScreenX - DETAILSLINE_WIDTH, this->usableScreenY, DETAILSLINE_WIDTH + this->usableScreenWidth, this->usableScreenHeight);
}