mirror of https://git.ffmpeg.org/ffmpeg.git
parent
feaec3bc31
commit
daf2bef98d
|
@ -314,6 +314,7 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||
int i;
|
||||
|
||||
av_freep(&s->splits);
|
||||
av_freep(&s->xover);
|
||||
|
||||
for (i = 0; i < ctx->nb_outputs; i++)
|
||||
av_freep(&ctx->output_pads[i].name);
|
||||
|
|
Loading…
Reference in New Issue