mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 08:18:59 +08:00
aaee09d6ed
Replaces the pattern
if (ptr) {
SDL_free(ptr);
}
with
SDL_free(ptr);