Browse Source

avfilter/vignette: fix input frame memory leak.

Fixes Ticket #3642.
tags/n2.3
Masa Utashiro Clément Bœsch 11 years ago
parent
commit
491d602283
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_vignette.c

+ 1
- 0
libavfilter/vf_vignette.c View File

@@ -268,6 +268,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
}
}

av_frame_free(&in);
return ff_filter_frame(outlink, out);
}



Loading…
Cancel
Save