X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=6a17f05655297e0393a590d352b35035f6f4ea64;hp=4583caaba794d80b608b5d2cfa48859765d24821;hb=63c513602a6b6a97cdced053beea0b2d07a9f984;hpb=5c07b5c17b25240495a0acee24ca6b03c8d81e72 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; }