diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c index 96cd581a92..7d0b39d82b 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -1844,6 +1844,7 @@ extract_tags_kate (GstOggStream * pad, ogg_packet * packet) /* ensure the comment packet cannot override the category/language from the identification header */ gst_tag_list_insert (pad->taglist, list, GST_TAG_MERGE_KEEP_ALL); + gst_tag_list_free (list); } else pad->taglist = list; }