mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
fix segfault
Origin commit data
------------------
Commit: d49d7dcb74
Author: TangoCash <eric@loxat.de>
Date: 2019-03-03 (Sun, 03 Mar 2019)
This commit is contained in:
@@ -69,8 +69,7 @@ cTmdb::~cTmdb()
|
|||||||
|
|
||||||
void cTmdb::setTitle(std::string epgtitle)
|
void cTmdb::setTitle(std::string epgtitle)
|
||||||
{
|
{
|
||||||
memset(&minfo, 0, sizeof(minfo));
|
minfo.epgtitle = epgtitle;
|
||||||
minfo.epgtitle = epgtitle;
|
|
||||||
|
|
||||||
CHintBox hintbox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_TMDB_READ_DATA));
|
CHintBox hintbox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_TMDB_READ_DATA));
|
||||||
hintbox.paint();
|
hintbox.paint();
|
||||||
@@ -190,4 +189,4 @@ void cTmdb::cleanup()
|
|||||||
{
|
{
|
||||||
if (access(TMDB_COVER, F_OK) == 0)
|
if (access(TMDB_COVER, F_OK) == 0)
|
||||||
unlink(TMDB_COVER);
|
unlink(TMDB_COVER);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user