mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
oggstream: fix tag list leak
This commit is contained in:
parent
a718b859a7
commit
35df9d2ad9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue