From: ObvB Date: Thu, 13 Jul 2017 22:43:05 +0000 (-0400) Subject: Update xmltv.c X-Git-Tag: v4.2.4~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b18344a1e9f5c7d6dad68d06ad69aed2f4f58325;p=thirdparty%2Ftvheadend.git Update xmltv.c --- diff --git a/src/epggrab/module/xmltv.c b/src/epggrab/module/xmltv.c index 925365184..0c58f1f8e 100644 --- a/src/epggrab/module/xmltv.c +++ b/src/epggrab/module/xmltv.c @@ -582,7 +582,7 @@ static int _xmltv_parse_programme_tags if (title) lang_str_destroy(title); if (subtitle) lang_str_destroy(subtitle); if (desc) lang_str_destroy(desc); - if (summary) lang_str_destroy(summary); + if (summary) lang_str_destroy(summary); return save | save2 | save3; }