rawdraw
rawdraw copied to clipboard
Remove references to malloc.h
Removed references to malloc.h to resolve compilation errors when building on macOS
Looks like you removed references to malloc.h for all builds, not just macOS (even if that's where the fix matters).
I don't believe malloc.h is actually needed on any serious platforms.