linux-xshm: Fix potentially uninitialized var.
This commit is contained in:
@@ -47,7 +47,7 @@ int_fast32_t xinerama_screen_geo(Display *dpy, const int_fast32_t screen,
|
||||
int_fast32_t *x, int_fast32_t *y, int_fast32_t *w, int_fast32_t *h)
|
||||
{
|
||||
int screens;
|
||||
XineramaScreenInfo *info;
|
||||
XineramaScreenInfo *info = NULL;
|
||||
|
||||
if (!dpy)
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user