diff options
author | Christophe Fergeau <teuf@gnome.org> | 2004-11-01 17:25:07 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2004-11-01 17:25:07 +0000 |
commit | b94fcd818c1b5ce19c2ae32201b1d9ce6cdfb48a (patch) | |
tree | 629231839f97aaaf8279e796e7d3b2c0a47d398a | |
parent | 9caa21262c6d6bb98e08440acea4ae17145c4a7c (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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), |