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
No known key found for this signature in database

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 */