snowenc: Fix memleak of the ratecontrol related memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 12 years ago
parent f13e733145
commit 90411f7ed6
  1. 1
      libavcodec/snowenc.c

@ -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);

Loading…
Cancel
Save