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