mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
moviebrowser: fix segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5bce424b43
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-05-01 (Sun, 01 May 2022)
Origin message was:
------------------
- moviebrowser: fix segfault
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3615,7 +3615,7 @@ void CMovieBrowser::initOptionsBrowserMenu(CMenuWidget *OptionsMenuBrowser, CInt
|
||||
|
||||
bool CMovieBrowser::showMenu(bool calledExternally)
|
||||
{
|
||||
if (m_header->getClockObject())
|
||||
if (m_header && m_header->getClockObject())
|
||||
m_header->disableClock();
|
||||
|
||||
/* first clear screen */
|
||||
@@ -3757,7 +3757,7 @@ bool CMovieBrowser::showMenu(bool calledExternally)
|
||||
|
||||
delete nfs;
|
||||
|
||||
if (m_header->getClockObject())
|
||||
if (m_header && m_header->getClockObject())
|
||||
m_header->enableClock();
|
||||
|
||||
return(true);
|
||||
|
Reference in New Issue
Block a user