avfilter/vf_gblur: use av_freep()
This commit is contained in:
@@ -384,8 +384,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||||||
GBlurContext *s = ctx->priv;
|
GBlurContext *s = ctx->priv;
|
||||||
|
|
||||||
av_freep(&s->buffer);
|
av_freep(&s->buffer);
|
||||||
if (s->localbuf)
|
av_freep(&s->localbuf);
|
||||||
av_free(s->localbuf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const AVFilterPad gblur_inputs[] = {
|
static const AVFilterPad gblur_inputs[] = {
|
||||||
|
Reference in New Issue
Block a user