1
0
mirror of https://github.com/kasmtech/KasmVNC.git synced 2025-07-06 17:30:28 +02:00

Blind guess at the reported crash

This commit is contained in:
Lauri Kasanen
2023-07-12 17:16:28 +03:00
parent 9450157af1
commit e41bc997a6

@ -1916,6 +1916,8 @@ InitOutput(ScreenInfo *scrInfo, int argc, char **argv)
#else #else
FatalError("DRI3 disabled at compile time\n"); FatalError("DRI3 disabled at compile time\n");
#endif #endif
} else {
driNode = NULL;
} }
} /* end InitOutput */ } /* end InitOutput */