]> 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:57:33 +0000 (21:57 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Sep 2007 19:57:33 +0000 (21:57 +0200)
commit8b83d8356ce91ee39e5eff66e9c5489b2031dbae
tree4d51431b2d82e7c0daa14aa5e10f17740ef83abf
parentff0c6db3410021e48196ce018760a5bc0be547ed
ogg_afh.c: Fix a memory leak.

In a 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