fix segfault

This commit is contained in:
TangoCash
2019-03-03 22:20:23 +01:00
committed by Thilo Graf
parent 0174e6971f
commit 39ae3e8e15

View File

@@ -69,7 +69,6 @@ cTmdb::~cTmdb()
void cTmdb::setTitle(std::string epgtitle)
{
memset(&minfo, 0, sizeof(minfo));
minfo.epgtitle = epgtitle;
CHintBox hintbox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_TMDB_READ_DATA));