matroskademux: Fix leaking of the Matroska TITLE element

This commit is contained in:
Sebastian Dröge 2009-06-17 07:14:09 +02:00
parent 55535c7fe6
commit fc9779bd86

View file

@ -2809,6 +2809,7 @@ gst_matroska_demux_parse_info (GstMatroskaDemux * demux)
gst_tag_list_add (taglist, GST_TAG_MERGE_APPEND, GST_TAG_TITLE, text,
NULL);
gst_element_found_tags (GST_ELEMENT (ebml), taglist);
g_free (text);
break;
}