neutrino.cpp: try to fix stopping by signal while playback in progress

This commit is contained in:
[CST] Focus
2015-12-15 17:20:34 +03:00
parent 9b2aec781c
commit 72efa20dfa

View File

@@ -4062,8 +4062,9 @@ void stop_daemons(bool stopall, bool for_flash)
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)0);
}
CZapit::getInstance()->Stop();
delete &CMoviePlayerGui::getInstance();
CZapit::getInstance()->Stop();
printf("zapit shutdown done\n");
if (!for_flash) {
CVFD::getInstance()->Clear();