snowenc: Fix memleak of the ratecontrol related memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-08-28 20:53:21 +02:00
parent f13e733145
commit 90411f7ed6
1 changed files with 1 additions and 0 deletions

View File

@ -1963,6 +1963,7 @@ static av_cold int encode_end(AVCodecContext *avctx)
SnowContext *s = avctx->priv_data;
ff_snow_common_end(s);
ff_rate_control_uninit(&s->m);
av_frame_unref(&s->input_picture);
av_free(avctx->stats_out);