提交 9851c061 编写于 作者: J jp9000

linux-xshm: Fix potentially uninitialized var.

上级 3af33e11
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册