[Ffmpeg-devel] [PATCH] posix memalign

Michael Niedermayer michaelni
Fri May 13 18:31:27 CEST 2005


Hi

On Friday 13 May 2005 15:48, Daniel Kristjansson wrote:
> Simple patch that uses posix_memalign instead of plain memalign,
> if _XOPEN_SOURCE is greater than or equal to 600.
>
> Unlike the old memalign() call, the memory allocated by posix_memalign()
> can always be freed using free().

on which system does free(memalign()) fail? if none then consider this patch 
rejected

-- 
Michael





More information about the ffmpeg-devel mailing list