Logo
Explore Help
Sign In
oldunreal/SDL
0
0
Fork 0
You've already forked SDL
mirror of https://github.com/OldUnreal/SDL.git synced 2026-04-02 21:38:30 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
82a96afa70212da94de758df859e94cccdb2c805
SDL/visualtest/missing

1 line
32 B
Plaintext
Raw Normal View History

Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI().
2015-06-21 17:33:46 +02:00
/usr/share/automake-1.11/missing
Reference in New Issue Copy Permalink
Powered by Gitea Page: 274ms Template: 7ms
English
English
Licenses API