mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-31 04:28:56 +00:00
Now it does _not_ call SDL_SetError(), since that would allocate memory with the system in a weird state, and setting all four functions to NULL will restore the original memory functions, as a shortcut vs having to query SDL_GetOriginalMemoryFunctions() first. Fixes #15914.