mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-14 20:48:45 +02:00
SDL was expected that each SDL_DisplayMode had a driverdata field that was SDL_malloc'ed, and was calling SDL_free on them. This change moves WinRT's driverdata content into a SDL_malloc'ed field.