[FFmpeg-devel] [PATCH 2/4] lavc/audiotoolboxenc: fix a number of config issues

Rodger Combs rodger.combs at gmail.com
Thu Mar 24 16:19:27 CET 2016


> On Mar 24, 2016, at 06:25, Michael Niedermayer <michael at niedermayer.cc> wrote:
> 
> On Thu, Mar 24, 2016 at 12:54:07AM -0500, Rodger Combs wrote:
>> 
>> +            AudioValueRange *ranges = malloc(size);
>> +            if (!ranges)
> 
> is it intended to use malloc() instead of av_malloc() here ?
> and not free it ? or maybe i miss where its freed ...
> 

Both are errors on my part; fixed.

> [...]
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
> 
> Avoid a single point of failure, be that a person or equipment.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



More information about the ffmpeg-devel mailing list