Re: [FFmpeg-devel] [PATCH] truemotion1: fix leaking frame on init failure

2016-12-05 Thread Andreas Cadhalpun
On 05.12.2016 22:33, Michael Niedermayer wrote: > On Mon, Dec 05, 2016 at 09:51:31PM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/truemotion1.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) > > LGTM

Re: [FFmpeg-devel] [PATCH] truemotion1: fix leaking frame on init failure

2016-12-05 Thread Michael Niedermayer
On Mon, Dec 05, 2016 at 09:51:31PM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/truemotion1.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] truemotion1: fix leaking frame on init failure

2016-12-05 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavcodec/truemotion1.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c index da843c4..c2022fb 100644 --- a/libavcodec/truemotion1.c +++