summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-06 19:32:50 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-06 19:32:50 +0000
commit892f0e9f952b08679eb55bef1abb32c0756ff83e (patch)
tree1372cee0e2e0b530f5763f847ee1c7b7777b8aae /ChangeLog
parent73c6b3771093dfe8e54a5716fa26c57e738392ce (diff)
ext/mad/gstid3tag.c: fix huge leak: gst_buffer_merge doesn't unref the first argument itself.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 411751ed..1f53817f 100644
--- 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):