oggstream: fix tag list leak

This commit is contained in:
Vincent Penquerc'h 2012-01-10 16:57:04 +00:00
parent a718b859a7
commit 35df9d2ad9

View file

@ -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;
}