1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Steve Lhomme
c3a3afd3e3 core: add aligned_free to match the aligned_alloc used in the code
On Windows if you allocate aligned memory you need to free it with an aligned
version of free.

This is similar to the old vlc_memalign() + vlc_free()

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2017-06-22 09:15:07 +02:00
Rémi Denis-Courmont
6f00f3305c aligned_alloc: remove redundant preprocessor predicate 2017-06-19 18:05:30 +03:00
Rémi Denis-Courmont
34cd965645 compat: replace aligned_alloc() rather than posix_memalign() 2017-06-17 15:34:27 +03:00