Re: [FFmpeg-devel] [PATCH 2/2] vf_fps: Fix memory leak introduced by eea64ef4

2017-09-15 Thread Michael Niedermayer
On Fri, Sep 15, 2017 at 08:49:54AM -0700, Thierry Foucu wrote: > --- > libavfilter/vf_fps.c | 1 + > 1 file changed, 1 insertion(+) will apply thank [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they ex

[FFmpeg-devel] [PATCH 2/2] vf_fps: Fix memory leak introduced by eea64ef4

2017-09-15 Thread Thierry Foucu
--- libavfilter/vf_fps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_fps.c b/libavfilter/vf_fps.c index 09fc66a73c..1e5d07e31c 100644 --- a/libavfilter/vf_fps.c +++ b/libavfilter/vf_fps.c @@ -171,6 +171,7 @@ static int request_frame(AVFilterLink *outlink)