mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-18 02:43:42 +02:00
neutrino.cpp: try to fix stopping by signal while playback in progress
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user