Commit f1ad942a1175105e4ab7d1cd98b842f84b3bcb2b

Steven Noonan 2021-04-22T17:24:05

SDL_windows_main: use HeapAlloc/HeapFree for command line arguments If a developer uses SDL_SetMemoryFunctions, we can't rely on SDL_free() working when SDL_main() returns. Signed-off-by: Steven Noonan <steven@valvesoftware.com> Signed-off-by: Sam Lantinga <slouken@libsdl.org>