mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/driver/scanepg.cpp avoid possible segfault
This commit is contained in:
@@ -160,7 +160,7 @@ bool CEpgScan::AddSelected()
|
|||||||
|
|
||||||
void CEpgScan::AddTransponders()
|
void CEpgScan::AddTransponders()
|
||||||
{
|
{
|
||||||
if(bouquetList->Bouquets.empty())
|
if(!bouquetList || bouquetList->Bouquets.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (current_mode != g_settings.epg_scan) {
|
if (current_mode != g_settings.epg_scan) {
|
||||||
|
Reference in New Issue
Block a user