]> git.tuebingen.mpg.de Git - paraslash.git/commit
ogg_afh.c: Fix a memory leak.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Sep 2007 19:53:32 +0000 (21:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Sep 2007 19:53:32 +0000 (21:53 +0200)
commit6a61fb8d6127ba4f45cc9b80625b1798ff4d3b4e
treef65aaad768e26b2eec40952dea791fe768bed0f2
parent727ae07c46980a5115f9085bee6c72ef3109c8bb
ogg_afh.c: Fix a memory leak.

In an non-ogg file is passed to the ogg audio format handler, such that the
initial ogg_sync_pageout() fails, the old code leaked the memory which was
allocated for the stream_in and the stream_out pointers.
ogg_afh.c