mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CMovieBrowser: prevent possible segfault
Clock is disabled, will crash here. comes with:b3ecc2b65c
Origin commit data ------------------ Commit:329fad5545
Author: Thilo Graf <dbt@novatux.de> Date: 2017-05-04 (Thu, 04 May 2017)
This commit is contained in:
@@ -2095,7 +2095,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
{
|
||||
if (m_movieSelectionHandler != NULL)
|
||||
{
|
||||
m_header->getClockObject()->kill();
|
||||
m_header->kill();
|
||||
framebuffer->paintBackground(); //clear whole screen
|
||||
g_EpgData->show_mp(m_movieSelectionHandler);
|
||||
refresh();
|
||||
|
Reference in New Issue
Block a user