Re: [FFmpeg-devel] [PATCH] avformat/movenc: Fix potential leak of sgpd_entries array.

2017-04-12 Thread Michael Niedermayer
On Wed, Apr 12, 2017 at 02:12:17PM +1200, Matthew Gregan wrote: > > > Signed-off-by: Matthew Gregan > --- > libavformat/movenc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequentl

[FFmpeg-devel] [PATCH] avformat/movenc: Fix potential leak of sgpd_entries array.

2017-04-11 Thread Matthew Gregan
Signed-off-by: Matthew Gregan --- libavformat/movenc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index e6a70bffc0..e6e2313c53 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -2286,8 +2286,10 @@ static int m