On 01/11/2016 03:53 AM, Mats Peterson wrote:
What do you mean by "separating them" by the way? I haven't separated
anything as far as I know.

Mats


Another thing regarding the av_realloc() function: Even if I had been using av_realloc(), it won't cause any memory leak if it exits the function prematurely, since av_realloc() calls realloc() in turn, which doesn't touch the original memory if it fails. Perhaps I've missed something?

Mats

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to