tmdb cleanup

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
BPanther
2019-05-02 21:02:14 +02:00
committed by GetAway
parent 6ae5b6fa9d
commit 13c4cc90ef

View File

@@ -2077,8 +2077,10 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
if (tmdb->getSmallCover(cover_file))
refresh();
}
if (tmdb)
if (tmdb) {
tmdb->cleanup();
tmdb = NULL;
}
}
}
}