Re: [FFmpeg-devel] [PATCH 4/5] examples/filtering_video: fix memory leak

2018-05-15 Thread Michael Niedermayer
On Mon, May 14, 2018 at 08:18:01PM +0800, Zhao Zhili wrote: > From: Zhao Zhili > > --- > doc/examples/filtering_video.c | 15 +-- > 1 file changed, 9 insertions(+), 6 deletions(-) will apply [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 4/5] examples/filtering_video: fix memory leak

2018-05-14 Thread Zhao Zhili
From: Zhao Zhili --- doc/examples/filtering_video.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/examples/filtering_video.c b/doc/examples/filtering_video.c index 2cc55e8..324d566 100644 --- a/doc/examples/filtering_video.c +++