Browse Source

Fix memleak

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Etienne Buira Michael Niedermayer 14 years ago
parent
commit
5e0dafe8ca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libx264.c

+ 1
- 0
libavcodec/libx264.c View File

@@ -176,6 +176,7 @@ static av_cold int X264_close(AVCodecContext *avctx)
av_free(x4->level);
av_free(x4->stats);
av_free(x4->weightp);
av_free(x4->x264opts);

return 0;
}


Loading…
Cancel
Save