mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
ext/ogg/gstoggdemux.c: Make sure to remove the pad when a new chain is encountered. Set some vars to NULL so we don't...
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove), (gst_ogg_demux_push), (gst_ogg_chains_clear): Make sure to remove the pad when a new chain is encountered. Set some vars to NULL so we don't try to reference freed memory.
This commit is contained in:
parent
8657269f1e
commit
1e5de16c32
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-10-25 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
|
||||
(gst_ogg_demux_push), (gst_ogg_chains_clear):
|
||||
Make sure to remove the pad when a new chain is
|
||||
encountered. Set some vars to NULL so we don't try
|
||||
to reference freed memory.
|
||||
|
||||
2004-10-25 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* examples/seeking/Makefile.am:
|
||||
|
|
Loading…
Reference in a new issue