Commit 584b5be5 authored by benoit's avatar benoit

fix mem leak

patch by Zdenek Kabelac: [zdenek kabelac gmail com]


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9740 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58aafd31
......@@ -385,6 +385,7 @@ int ff_wma_end(AVCodecContext *avctx)
free_vlc(&s->coef_vlc[i]);
av_free(s->run_table[i]);
av_free(s->level_table[i]);
av_free(s->int_table[i]);
}
return 0;
......
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