mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
9ffd5c1cee
commit
cce540c5e7
|
@ -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…
Reference in New Issue