mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
fix segfault
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();
|
||||||
|
Reference in New Issue
Block a user