mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-28 21:52:08 +02:00
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:
commit
fc0f2a3192
@ -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 */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user