ext/mad/gstid3tag.c: fix huge leak: gst_buffer_merge doesn't unref the first argument...
authorBenjamin Otte <otte@gnome.org>
Sat, 6 Mar 2004 19:32:50 +0000 (19:32 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 6 Mar 2004 19:32:50 +0000 (19:32 +0000)
Original commit message from CVS:
* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
fix huge leak: gst_buffer_merge doesn't unref the first argument
itself.

ChangeLog

index 411751e..1f53817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-06  Benjamin Otte  <otte@gnome.org>
+
+       * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
+         fix huge leak: gst_buffer_merge doesn't unref the first argument
+         itself.
+
 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):