Merge branch 'bugfix/restart-crash' into 'master'

Blind guess at the reported crash

See merge request kasm-technologies/internal/KasmVNC!104
This commit is contained in:
Matthew McClaskey 2023-07-26 12:03:33 +00:00
commit fc0f2a3192

View File

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