# HG changeset patch # User superdump # Date 1218796271 0 # Node ID 30dbefc2d3a524c683426e8ca9bc8b2e072912f4 # Parent 6fdffa4836a7fb2c873424f359bb8553a0c01fd4 Don't try to free shared ff_sine_* tables pointed to by s->windows[] diff -r 6fdffa4836a7 -r 30dbefc2d3a5 wma.c --- a/wma.c Fri Aug 15 08:01:31 2008 +0000 +++ b/wma.c Fri Aug 15 10:31:11 2008 +0000 @@ -366,8 +366,6 @@ 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);