提交 5e0dafe8 编写于 作者: E Etienne Buira 提交者: Michael Niedermayer

Fix memleak

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 28768579
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册