diff options
Diffstat (limited to 'util/atsc_epg/atsc_epg.c')
-rw-r--r-- | util/atsc_epg/atsc_epg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/atsc_epg/atsc_epg.c b/util/atsc_epg/atsc_epg.c index 55e266d..288c42b 100644 --- a/util/atsc_epg/atsc_epg.c +++ b/util/atsc_epg/atsc_epg.c @@ -644,6 +644,8 @@ static int parse_events(struct atsc_channel_info *curr_info, } title = atsc_eit_event_name_title_text(e); + if (title == NULL) + continue; atsc_text_strings_for_each(title, str, j) { struct atsc_text_string_segment *seg; |