mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gst/tags/gstvorbistag.c: lotsa memleaks today. But they're all small...
Original commit message from CVS: * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain): lotsa memleaks today. But they're all small...
This commit is contained in:
parent
e062e1ea97
commit
d60bad062b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-31 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
|
||||
lotsa memleaks today. But they're all small...
|
||||
|
||||
2004-10-31 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
|
||||
|
|
|
@ -616,7 +616,7 @@ gst_vorbis_tag_chain (GstPad * pad, GstData * data)
|
|||
}
|
||||
gst_element_found_tags_for_pad (GST_ELEMENT (tag), tag->srcpad, 0,
|
||||
gst_tag_list_copy (list));
|
||||
gst_tag_list_merge (list, gst_tag_setter_get_list (GST_TAG_SETTER (tag)),
|
||||
gst_tag_list_insert (list, gst_tag_setter_get_list (GST_TAG_SETTER (tag)),
|
||||
gst_tag_setter_get_merge_mode (GST_TAG_SETTER (tag)));
|
||||
data =
|
||||
GST_DATA (gst_tag_list_to_vorbiscomment_buffer (list, "\003vorbis", 7,
|
||||
|
|
Loading…
Reference in a new issue