Don't try to free shared ff_sine_* tables pointed to by s->windows[]

Originally committed as revision 14775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain 2008-08-15 10:31:11 +00:00
parent 9ffd5c1cee
commit cce540c5e7
1 changed files with 0 additions and 2 deletions

View File

@ -366,8 +366,6 @@ int ff_wma_end(AVCodecContext *avctx)
for(i = 0; i < s->nb_block_sizes; i++)
ff_mdct_end(&s->mdct_ctx[i]);
for(i = 0; i < s->nb_block_sizes; i++)
av_free(s->windows[i]);
if (s->use_exp_vlc) {
free_vlc(&s->exp_vlc);