tmdb cleanup

Origin commit data
------------------
Commit: 577611e3cf
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-03-18 (Mon, 18 Mar 2019)
This commit is contained in:
BPanther
2019-03-18 23:35:45 +01:00
committed by vanhofen
parent 26f8301634
commit fb07c4223a

View File

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