mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-22 23:18:01 +03:00
Memory allocated with xcalloc_aligned (which uses _aligned_malloc on Windows) must be freed with _aligned_free. Using standard free() caused heap corruption and crashes.