From 8a52980a3c7d0cfa4a48c115e30df5b7add12d33 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 30 May 2010 16:10:24 +0000 Subject: Remove double free caused by previous commits vorbis dsp interface changes. git-svn-id: https://svn.xiph.org/branches/lowmem-branch/Tremolo@17260 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- dsp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dsp.c b/dsp.c index 03a8fee..7901fec 100644 --- a/dsp.c +++ b/dsp.c @@ -87,8 +87,6 @@ void vorbis_dsp_clear(vorbis_dsp_state *v){ if(v->mdctright[i])_ogg_free(v->mdctright[i]); _ogg_free(v->mdctright); } - - _ogg_free(v); } } -- cgit v1.2.1