mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user