]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update xmltv.c
authorObvB <obviously.bogus@gmail.com>
Thu, 13 Jul 2017 22:43:05 +0000 (18:43 -0400)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Aug 2017 09:02:28 +0000 (11:02 +0200)
src/epggrab/module/xmltv.c

index 9253651841a3efe2e7553896f84a76bc35bb4ac8..0c58f1f8e9dac4d441563029d915ce388502a8ba 100644 (file)
@@ -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;
 }