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
pull/126/head
Robert Swain 17 years ago
parent 9ffd5c1cee
commit cce540c5e7
  1. 2
      libavcodec/wma.c

@ -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);

Loading…
Cancel
Save