You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
vf_fade: free type when overwriting it.
This commit is contained in:
@@ -94,6 +94,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
||||
}
|
||||
|
||||
if (expr = av_strtok(args1, ":", &bufptr)) {
|
||||
av_free(fade->type);
|
||||
if (!(fade->type = av_strdup(expr))) {
|
||||
ret = AVERROR(ENOMEM);
|
||||
goto end;
|
||||
|
Reference in New Issue
Block a user