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