mirror of https://git.ffmpeg.org/ffmpeg.git
Fix memleak
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
28768579aa
commit
5e0dafe8ca
|
@ -176,6 +176,7 @@ static av_cold int X264_close(AVCodecContext *avctx)
|
||||||
av_free(x4->level);
|
av_free(x4->level);
|
||||||
av_free(x4->stats);
|
av_free(x4->stats);
|
||||||
av_free(x4->weightp);
|
av_free(x4->weightp);
|
||||||
|
av_free(x4->x264opts);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue