avfilter/vf_signature: Fix leak of inpads' names
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
(cherry picked from commit 37838417b8)
This commit is contained in:
parent
dbc4b46c7a
commit
ed86d63a7f
1 changed files with 2 additions and 0 deletions
|
|
@ -731,6 +731,8 @@ static av_cold void uninit(AVFilterContext *ctx)
|
|||
}
|
||||
av_freep(&sic->streamcontexts);
|
||||
}
|
||||
for (unsigned i = 0; i < ctx->nb_inputs; i++)
|
||||
av_freep(&ctx->input_pads[i].name);
|
||||
}
|
||||
|
||||
static int config_output(AVFilterLink *outlink)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue