remove unused exptab field of struct fft_complex.
[paraslash.git] / ogg_afh.c
index 4583caaba794d80b608b5d2cfa48859765d24821..6a17f05655297e0393a590d352b35035f6f4ea64 100644 (file)
--- 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;
 }