diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-06 19:32:50 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-06 19:32:50 +0000 |
commit | fe6bf805dc044cf8dc369fb154601322c8f23718 (patch) | |
tree | 128fdf20825c8c4f68d97055f838f22b7a5d514f | |
parent | 3a6e6af75c4a6aad8e0415cba58844200c55217d (diff) | |
download | gst-plugins-bad-fe6bf805dc044cf8dc369fb154601322c8f23718.tar.gz gst-plugins-bad-fe6bf805dc044cf8dc369fb154601322c8f23718.tar.bz2 gst-plugins-bad-fe6bf805dc044cf8dc369fb154601322c8f23718.zip |
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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |