Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix memory leak in encryption info.

2018-04-19 Thread Michael Niedermayer
On Thu, Apr 19, 2018 at 09:35:22AM -0700, Jacob Trimble wrote: > Signed-off-by: Jacob Trimble > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at talking, reali

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix memory leak

2015-11-16 Thread Ganesh Ajjanagadde
On Mon, Nov 16, 2015 at 5:27 AM, Paul B Mahol wrote: > On 11/16/15, Ganesh Ajjanagadde wrote: >> Fixes: CID 1338328. >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavformat/mov.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/libavformat/mov.c b/libavformat/mov.c >> index 38d

Re: [FFmpeg-devel] [PATCH] avformat/mov: fix memory leak

2015-11-16 Thread Paul B Mahol
On 11/16/15, Ganesh Ajjanagadde wrote: > Fixes: CID 1338328. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/mov.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > index 38d3659..7ab2808 100644 > --- a/libavformat/mov.c > +++ b/libavforma