vf_fade: free type when overwriting it.

pull/3/merge
Nicolas George 13 years ago
parent c266eb1928
commit f8210f892e
  1. 1
      libavfilter/vf_fade.c

@ -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;

Loading…
Cancel
Save