xwm: memset struct to 0

We rely on focus_window being initialize to NULL.
Kristian Høgsberg 13 years ago
parent 88c1607fb7
commit 0b61130bae
  1. 1
      src/xserver-launcher.c

@ -1517,6 +1517,7 @@ weston_wm_create(struct weston_xserver *wxs)
if (wm == NULL)
return NULL;
memset(wm, 0, sizeof *wm);
wm->server = wxs;
wm->window_hash = hash_table_create();
if (wm->window_hash == NULL) {

Loading…
Cancel
Save