From d56a3733e9a094ac7f636749f0ea9024bb239b04 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Wed, 16 Jul 2014 23:34:14 +0200 Subject: [PATCH] Neutrino: Stop info clock when box shutdown Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9f1c7f2800bd6ef1dce90451c69597f0d7c9e060 Author: Michael Liebmann Date: 2014-07-16 (Wed, 16 Jul 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 542679bc0..6caefb35a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3775,6 +3775,7 @@ void stop_daemons(bool stopall, bool for_flash) my_system(NEUTRINO_ENTER_FLASH_SCRIPT); } + InfoClock->enableInfoClock(false); dvbsub_close(); tuxtxt_stop(); tuxtxt_close();