[libav-devel] [PATCH 1/1] af_channelmap: free old extended_data on reallocation

2012-10-09 Thread Janne Grunau
Prevents writes to freed memory and the leak of the old extended data. Fixes CID732303. --- libavfilter/af_channelmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_channelmap.c b/libavfilter/af_channelmap.c index 3e945d6..405a9c2 100644 ---

Re: [libav-devel] [PATCH 1/1] af_channelmap: free old extended_data on reallocation

2012-10-09 Thread Anton Khirnov
On Tue, 9 Oct 2012 15:55:49 +0200, Janne Grunau janne-li...@jannau.net wrote: Prevents writes to freed memory and the leak of the old extended data. Fixes CID732303. --- libavfilter/af_channelmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git