Commit cce540c5 authored by Robert Swain's avatar Robert Swain

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
parent 9ffd5c1c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment