Files
SDL/src
Sam Lantinga 3fdc17618c Fixed bug 1929 - SDL_Texture* from SDL_CreateTexture() causes GL_BindTexture() to segfault
Charles Huber

If SDL_CreateTexture() takes the !IsSupportedFormat() path it will return a SDL_Texture* with a NULL driverdata member.

If you then SDL_GL_BindTexture() this will cause a segfault in GL_BindTexture() when it unconditionally dereferences driverdata.
2013-06-25 20:21:31 -07:00
..
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00
2013-02-15 08:47:44 -08:00