oggstream: fix tag list leak
This commit is contained in:
parent
a718b859a7
commit
35df9d2ad9
@ -1844,6 +1844,7 @@ extract_tags_kate (GstOggStream * pad, ogg_packet * packet)
|
|||||||
/* ensure the comment packet cannot override the category/language
|
/* ensure the comment packet cannot override the category/language
|
||||||
from the identification header */
|
from the identification header */
|
||||||
gst_tag_list_insert (pad->taglist, list, GST_TAG_MERGE_KEEP_ALL);
|
gst_tag_list_insert (pad->taglist, list, GST_TAG_MERGE_KEEP_ALL);
|
||||||
|
gst_tag_list_free (list);
|
||||||
} else
|
} else
|
||||||
pad->taglist = list;
|
pad->taglist = list;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user