mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
- These functions return native memory to strings. However it was trying to free the native memory. - I changed it so they return IntPtr internally and the public versions use Marshal.PtrToStringAnsi to copy it into a string which fixes this issue.