aboutsummaryrefslogtreecommitdiffstats
path: root/util/atsc_epg/atsc_epg.c
diff options
context:
space:
mode:
authorMark Purcell <msp@debian.org>2012-01-05 18:02:19 +1100
committeretobi <git@e-tobi.net>2013-09-03 09:48:50 +0200
commit1b69be1bfeb8a135b83d1b4950bc72cc2f866339 (patch)
tree0208563f86c100717fa8e9111bc32dea3be3439d /util/atsc_epg/atsc_epg.c
parentcad92a119d718c8bcd70e85865e08e66010f9347 (diff)
parent76c08672bc6c2984ebd7045a71862099890c9118 (diff)
downloadlinux-dvb-apps-1b69be1bfeb8a135b83d1b4950bc72cc2f866339.tar.gz
Imported Debian patch 1.1.1+rev1457-1debian/1.1.1+rev1457-1
Diffstat (limited to 'util/atsc_epg/atsc_epg.c')
-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;