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

Ole Andre Birkedal birkedal at extab.net
Tue Mar 10 14:23:26 CET 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_channel_values.patch
Type: text/x-patch
Size: 661 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150310/e6272d0d/attachment.bin>


More information about the ffmpeg-devel mailing list