2008/7/17 Andrew Fenn andrewfenn@gmail.com:
I added a check to make sure This->shader_priv wasn't null. Before Everquest2.exe would crash when I tried to alt+enter from windowed mode. This stops it crashing wine.
This->shader_priv shouldn't be NULL. It probably means the backend was already destroyed when shader_glsl_free() was called.