git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5223 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4a29919111
commit
8e3b3e0f0c
1 changed files with 2 additions and 0 deletions
|
@ -3194,7 +3194,9 @@ qboolean X11VID_Init (rendererstate_t *info, unsigned char *palette, int psl)
|
|||
case PSL_GLX:
|
||||
if (!GLX_Init(info, fbconfig, visinfo))
|
||||
{
|
||||
#if defined(USE_EGL) || defined(VKQUAKE)
|
||||
if (visinfo != &vinfodef)
|
||||
#endif
|
||||
x11.pXFree(visinfo);
|
||||
GLVID_Shutdown();
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue