moviebrowser: fix segfault (second tmdb call crashes)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d14a2b796
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-19 (Tue, 19 Mar 2019)

Origin message was:
------------------
- moviebrowser: fix segfault (second tmdb call crashes)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-19 20:00:37 +01:00
parent e50651428b
commit 2365589d80

View File

@@ -2096,7 +2096,6 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
if (tmdb)
{
tmdb->cleanup();
delete tmdb;
tmdb = NULL;
}
}