X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=6a17f05655297e0393a590d352b35035f6f4ea64;hp=4583caaba794d80b608b5d2cfa48859765d24821;hb=80ee0bc028e45161c35b33a479cb375a4c5f76ba;hpb=5000a12ad288893d494ccd04d061752ed022d1d0 diff --git a/ogg_afh.c b/ogg_afh.c index 4583caab..6a17f056 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -105,7 +105,7 @@ static int read_vorbis_info(ogg_sync_state *oss, struct afh_info *afhi) out: vorbis_info_clear(&vi); vorbis_comment_clear(&vc); - ogg_stream_clear(&stream); + //ogg_stream_clear(&stream); return ret; }