X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ogg_afh.c;h=4b44ea16664948da6cd52adca357b5cb037c3223;hp=4583caaba794d80b608b5d2cfa48859765d24821;hb=60ef885705932a682097ad2b9f2379282d814e79;hpb=4108592dd3ac3a4cbee530b64c6f9c8b6a60be99 diff --git a/ogg_afh.c b/ogg_afh.c index 4583caab..4b44ea16 100644 --- a/ogg_afh.c +++ b/ogg_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Andre Noll + * Copyright (C) 2004-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; }