mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 22:01:00 +00:00
avfilter/vf_colorcorrect: fix memory leaks
This commit is contained in:
parent
f1f973313b
commit
5f87a68cf7
@ -497,6 +497,8 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||||||
ColorCorrectContext *s = ctx->priv;
|
ColorCorrectContext *s = ctx->priv;
|
||||||
|
|
||||||
av_freep(&s->analyzeret);
|
av_freep(&s->analyzeret);
|
||||||
|
av_freep(&s->uhistogram);
|
||||||
|
av_freep(&s->vhistogram);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AVFilterPad colorcorrect_inputs[] = {
|
static const AVFilterPad colorcorrect_inputs[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user