mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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