aboutsummaryrefslogtreecommitdiffstats
path: root/util/atsc_epg
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2013-09-03 09:48:47 +0200
committeretobi <git@e-tobi.net>2013-09-03 09:48:47 +0200
commit76c08672bc6c2984ebd7045a71862099890c9118 (patch)
tree31e3232493a151138c510886eb97ad4362623357 /util/atsc_epg
parent9fe4d4ea9c054e539ab679ed2e9c076c35beb69d (diff)
downloadlinux-dvb-apps-76c08672bc6c2984ebd7045a71862099890c9118.tar.gz
Imported Upstream version 1.1.1+rev1457upstream/1.1.1+rev1457
Diffstat (limited to 'util/atsc_epg')
-rw-r--r--util/atsc_epg/atsc_epg.c2
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;