Re: [libav-devel] [PATCH 3/4] vc1dec: Fix leak on error for array allocations

2016-02-25 Thread Diego Biurrun
On Wed, Feb 24, 2016 at 02:40:18PM -0500, Vittorio Giovara wrote: > The deinit function in the 'error' section will correctly free > everything. > --- > libavcodec/vc1dec.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) OK Diego ___

[libav-devel] [PATCH 3/4] vc1dec: Fix leak on error for array allocations

2016-02-24 Thread Vittorio Giovara
The deinit function in the 'error' section will correctly free everything. --- libavcodec/vc1dec.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 104c3a3..5c2cf9f 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c