Re: [libav-devel] [PATCH 2/2] libschroedingerdec: fix leaking of framewithpts

2016-12-08 Thread Vittorio Giovara
On Fri, Dec 2, 2016 at 4:52 PM, Andreas Cadhalpun wrote: > On 02.12.2016 18:07, Vittorio Giovara wrote: >> On Sun, Nov 13, 2016 at 5:25 PM, Andreas Cadhalpun >> wrote: >>> Signed-off-by: Andreas Cadhalpun

Re: [libav-devel] [PATCH 2/2] libschroedingerdec: fix leaking of framewithpts

2016-12-02 Thread Andreas Cadhalpun
On 02.12.2016 18:07, Vittorio Giovara wrote: > On Sun, Nov 13, 2016 at 5:25 PM, Andreas Cadhalpun > wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/libschroedingerdec.c | 26 +- >> 1 file

Re: [libav-devel] [PATCH 2/2] libschroedingerdec: fix leaking of framewithpts

2016-12-02 Thread Vittorio Giovara
On Sun, Nov 13, 2016 at 5:25 PM, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/libschroedingerdec.c | 26 +- > 1 file changed, 17 insertions(+), 9 deletions(-) > > @@

[libav-devel] [PATCH 2/2] libschroedingerdec: fix leaking of framewithpts

2016-11-13 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavcodec/libschroedingerdec.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/libavcodec/libschroedingerdec.c b/libavcodec/libschroedingerdec.c index 1e392b3..83c790c 100644