mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-26 00:47:54 +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.