summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit1048995851ea83142e255a3c47d88374a340edcf (patch)
tree2149fd2031feff6d622fc0d16d2230192ff6345a /ChangeLog
parente14dc326e072ca76467255514a244a8ea4f2ac08 (diff)
downloadgst-plugins-bad-1048995851ea83142e255a3c47d88374a340edcf.tar.gz
gst-plugins-bad-1048995851ea83142e255a3c47d88374a340edcf.tar.bz2
gst-plugins-bad-1048995851ea83142e255a3c47d88374a340edcf.zip
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.
Diffstat (limited to 'ChangeLog')
-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),