Re: [FFmpeg-devel] [PATCH 1/2] icodec: fix leaking pkt on error

2016-11-09 Thread Andreas Cadhalpun
On 09.11.2016 17:25, Michael Niedermayer wrote: > On Tue, Nov 08, 2016 at 11:59:45PM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/icodec.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > > should be ok Pushed (after rebasing). Best reg

Re: [FFmpeg-devel] [PATCH 1/2] icodec: fix leaking pkt on error

2016-11-09 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 11:59:45PM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavformat/icodec.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) should be ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Ever

[FFmpeg-devel] [PATCH 1/2] icodec: fix leaking pkt on error

2016-11-08 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/icodec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/icodec.c b/libavformat/icodec.c index aad1416..becbc0f 100644 --- a/libavformat/icodec.c +++ b/libavformat/icodec.c @@ -174,8 +174,10 @@ static int read_pac