xwm: memset struct to 0

We rely on focus_window being initialize to NULL.
This commit is contained in:
Kristian Høgsberg 2012-05-16 10:13:41 -04:00
parent 88c1607fb7
commit 0b61130bae
1 changed files with 1 additions and 0 deletions

View File

@ -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) {