mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
avfilter/af_volume: Don't free options manually
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e8e84dc325
commit
ebe78e3ef0
@ -127,7 +127,6 @@ static av_cold void uninit(AVFilterContext *ctx)
|
||||
{
|
||||
VolumeContext *vol = ctx->priv;
|
||||
av_expr_free(vol->volume_pexpr);
|
||||
av_opt_free(vol);
|
||||
av_freep(&vol->fdsp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user