Commit 9700a7a1 authored by Michael Niedermayer's avatar Michael Niedermayer

af_apad: remove unneeded av_opt_free

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c311431e
......@@ -74,8 +74,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args)
return AVERROR(EINVAL);
}
av_opt_free(apad);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment