mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
src/driver/scanepg.cpp avoid possible segfault
Origin commit data
------------------
Commit: 4bfe34bf5d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-02-17 (Fri, 17 Feb 2017)
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