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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 72efa20dfa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-12-15 17:20:34 +03:00
parent 4554411e30
commit 3a02adfb40

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();