From 484fce4d63a8b235658c49faf2e6913467c005cc Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 10 Oct 2013 19:30:11 +0200 Subject: [PATCH] fix compil warnings Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/857514a8cded8cac12dc446d3cc93dd219787a2e Author: Jacek Jendrzej Date: 2013-10-10 (Thu, 10 Oct 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/scanepg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/scanepg.cpp b/src/driver/scanepg.cpp index c147ca41a..30fa39d21 100644 --- a/src/driver/scanepg.cpp +++ b/src/driver/scanepg.cpp @@ -226,7 +226,7 @@ void CEpgScan::Next() send zapTo_NOWAIT -> EIT_COMPLETE from sectionsd -> zap and this at the same time */ CFEManager::getInstance()->Lock(); - CFrontend *live_fe, *pip_fe; + CFrontend *live_fe = NULL, *pip_fe = NULL; if (!standby) { locked = true; live_fe = CZapit::getInstance()->GetLiveFrontend();