mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-22 23:18:01 +03:00
Fix crash on Windows introduced in commit ed2239f
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.
This commit is contained in:
+1
-1
Submodule subprojects/libsys4 updated: 920dd0185a...ca1328fc66
Reference in New Issue
Block a user