Re: [FFmpeg-devel] [PATCH] Fixed memory leak in EvalContext::channel_values

2015-03-11 Thread Ole Andre Birkedal
I'm not familiar with writing fate tests but it's something I'll look into - Ole Andre Birkedal 2015-03-10 14:42 GMT+01:00 Michael Niedermayer : > On Tue, Mar 10, 2015 at 02:23:26PM +0100, Ole Andre Birkedal wrote: > > There are some doubles being allocated in aeval_config_output which is > > ca

Re: [FFmpeg-devel] [PATCH] Fixed memory leak in EvalContext::channel_values

2015-03-10 Thread Michael Niedermayer
On Tue, Mar 10, 2015 at 02:23:26PM +0100, Ole Andre Birkedal wrote: > There are some doubles being allocated in aeval_config_output which is > called by avfilter_graph_config. They are not being deleted and I am (on my > filter graph) seeing two doubles (16 bytes on my system) of leaked memory. >

[FFmpeg-devel] [PATCH] Fixed memory leak in EvalContext::channel_values

2015-03-10 Thread Ole Andre Birkedal
There are some doubles being allocated in aeval_config_output which is called by avfilter_graph_config. They are not being deleted and I am (on my filter graph) seeing two doubles (16 bytes on my system) of leaked memory. - Ole Andre Birkedal From e4c6316a2d90624277f933fe64b5c8397793b6ca Mon Sep 1