remove tmdb.jpg after exit

This commit is contained in:
BPanther
2019-02-23 22:40:56 +01:00
committed by Thilo Graf
parent 2a74457000
commit f3d71be4a5

View File

@@ -77,6 +77,7 @@ cTmdb::cTmdb(std::string epgtitle)
cTmdb::~cTmdb()
{
remove(TMDB_COVER);
curl_easy_cleanup(curl_handle);
}