You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/zscale: fix memory leak
This commit is contained in:
@@ -673,6 +673,7 @@ static void uninit(AVFilterContext *ctx)
|
||||
ZScaleContext *s = ctx->priv;
|
||||
|
||||
zimg_filter_graph_free(s->graph);
|
||||
zimg_filter_graph_free(s->alpha_graph);
|
||||
av_freep(&s->tmp);
|
||||
s->tmp_size = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user