summaryrefslogtreecommitdiffstats
path: root/gst/matroska
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-17 07:14:09 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-17 07:14:09 +0200
commitfc9779bd860399464bffdf7a238e9e421472417a (patch)
tree1cb78b57bda19e44fca801d687e7deb195ed491c /gst/matroska
parent55535c7fe636ecce465190a0de436b99891155cb (diff)
matroskademux: Fix leaking of the Matroska TITLE element
Diffstat (limited to 'gst/matroska')
-rw-r--r--gst/matroska/matroska-demux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index 13f52713..068119e7 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -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;
}