ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else it will...
authorEdward Hervey <bilboed@bilboed.com>
Sat, 23 Jun 2007 14:44:07 +0000 (14:44 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 23 Jun 2007 14:44:07 +0000 (14:44 +0000)
commitfa877be84c5d03b6d62d71290a192806939bfca3
tree6cdc60d7bac479df477c4826cbf5fce4cee36afa
parentdd65a6d76ea7d92685a7bb30ed2a5488d10e5fae
ext/ogg/gstoggdemux.c: The chain should be freed if we error out here, else it will leak.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
The chain should be freed if we error out here, else it will leak.
* gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
(cleanup_decodebin):
Don't forget to *properly* remove the signals, else it will leak.
ChangeLog
ext/ogg/gstoggdemux.c
gst/playback/gstdecodebin.c