oggdemux: Don't leak allocated buffers
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 2 Feb 2010 09:18:05 +0000 (10:18 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 2 Feb 2010 09:33:07 +0000 (10:33 +0100)
commit4914aeda2fb91c769f1ad0277ff67e7db992469a
treef2ed620f3b711c0f7d00ece8c9ff0c0f64cda859
parentfd755182b17f381254058cf747d287b1a8a03ea6
oggdemux: Don't leak allocated buffers

This can happen if the combined flow return is not OK although the
allocation succeeded or if the packet in question is a BOS and we're
not going to push headers.

Fixes bug #608699.
ext/ogg/gstoggdemux.c