summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-11-01 17:25:07 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-11-01 17:25:07 +0000
commitb94fcd818c1b5ce19c2ae32201b1d9ce6cdfb48a (patch)
tree629231839f97aaaf8279e796e7d3b2c0a47d398a
parent9caa21262c6d6bb98e08440acea4ae17145c4a7c (diff)
ext/ogg/gstoggdemux.c: fix an "invalid free" warning from libc.
Original commit message from CVS: 2004-11-01 Christophe Fergeau <teuf@gnome.org> * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid free" warning from libc.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e73495e..734c8ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-01 Christophe Fergeau <teuf@gnome.org>
+
+ * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
+ free" warning from libc.
+
2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),