mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 21:50:08 +01:00
dri2: fix crasher if DRI2Connect fails
This commit is contained in:
parent
ebc56aca8b
commit
b31de6a590
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ ProcDRI2Connect(ClientPtr client)
|
|||
ScreenPtr pScreen;
|
||||
int fd;
|
||||
const char *driverName;
|
||||
char *busId;
|
||||
char *busId = NULL;
|
||||
unsigned int sareaHandle;
|
||||
|
||||
REQUEST_SIZE_MATCH(xDRI2ConnectReq);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue