mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'
* commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c': avfilter/graphparser: Directly free filter memory if initialization fails Conflicts: libavfilter/graphparser.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ec8e68c763
@ -132,6 +132,7 @@ static int create_filter(AVFilterContext **filt_ctx, AVFilterGraph *ctx, int ind
|
||||
if (args)
|
||||
av_log(log_ctx, AV_LOG_ERROR, " with args '%s'", args);
|
||||
av_log(log_ctx, AV_LOG_ERROR, "\n");
|
||||
avfilter_free(*filt_ctx);
|
||||
}
|
||||
|
||||
av_free(tmp_args);
|
||||
|
Loading…
Reference in New Issue
Block a user