This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-03-30 05:41:05 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a2d19ec7f325bf5925c0ea1f7065259dff36d3fb
SDL
/
src
/
audio
/
openslES
History
Eddy Jansson
aaee09d6ed
Don't do NULL-checks before SDL_free()
...
Replaces the pattern if (ptr) { SDL_free(ptr); } with SDL_free(ptr);
2025-10-20 00:13:09 -07:00
..
SDL_openslES.c
Don't do NULL-checks before SDL_free()
2025-10-20 00:13:09 -07:00
SDL_openslES.h
Updated copyright for 2025
2025-01-01 07:45:52 -08:00