mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
src/gui/moviebrowser.cpp set deleted CChannelLogo pointers to NULL
This commit is contained in:
@@ -1261,6 +1261,7 @@ void CMovieBrowser::refreshMovieInfo(void)
|
||||
else
|
||||
CChannelLogo->hide();
|
||||
delete CChannelLogo;
|
||||
CChannelLogo = NULL;
|
||||
}
|
||||
if (old_EpgId != m_movieSelectionHandler->epgEpgId >>16) {
|
||||
CChannelLogo = new CComponentsChannelLogo(0, 0, logo_w_max, m_cBoxFrameTitleRel.iHeight,
|
||||
|
Reference in New Issue
Block a user