From 857514a8cded8cac12dc446d3cc93dd219787a2e Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 10 Oct 2013 19:30:11 +0200 Subject: [PATCH] fix compil warnings --- 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();