mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
avfilter/vf_gblur: use av_freep()
This commit is contained in:
parent
e1edfe6416
commit
a0ede3cb56
@ -384,8 +384,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
GBlurContext *s = ctx->priv;
|
||||
|
||||
av_freep(&s->buffer);
|
||||
if (s->localbuf)
|
||||
av_free(s->localbuf);
|
||||
av_freep(&s->localbuf);
|
||||
}
|
||||
|
||||
static const AVFilterPad gblur_inputs[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user