oggdemux: fix push mode chain leak
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 11 Jan 2012 16:17:42 +0000 (16:17 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 11 Jan 2012 16:17:42 +0000 (16:17 +0000)
commit9f4b71b2a71fd3f2b6c82ed74a6273dfbca5a3eb
treec146a51157efff71df430092f177bb44575f24f6
parent426f991b522e1fe63d30e3bf3e1a9b587bcaeca9
oggdemux: fix push mode chain leak

When I first implemented push mode seeking, I removed the chain
freeing there as it could be used later. The current code does not
seem to do that though, so I'm restoring the previous freeing,
which plugs the leak while apparently not reintroducing use of
freed data with chained and normal files, both with gst-launch
playbin2 and Totem.
ext/ogg/gstoggdemux.c