Re: [FFmpeg-devel] [PATCH] fix memory leak in url_find_protocol

2016-05-17 Thread Michael Niedermayer
On Tue, May 17, 2016 at 01:21:45PM -0700, Yong Lei wrote: > --- > libavformat/avio.c | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire signa

[FFmpeg-devel] [PATCH] fix memory leak in url_find_protocol

2016-05-17 Thread Yong Lei
--- libavformat/avio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/avio.c b/libavformat/avio.c index 6507593..efde5f3 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -282,6 +282,7 @@ static const struct URLProtocol *url_find_protocol(const char *filename)