Client: Fill new client with 0. fixes #116

Submitted-by: e-t172 <e-t172 _at_ akegroup.org>
Signed-off-by: Philippe Pepiot <phil@philpep.org>
This commit is contained in:
Philippe Pepiot 2011-05-17 20:38:18 +02:00
parent 12aa86e914
commit 664e4effdb

View File

@ -819,7 +819,7 @@ client_manage(Window w, XWindowAttributes *wa, Bool ar)
screen_get_sel();
c = zmalloc(sizeof(Client));
c = zcalloc(sizeof(Client));
c->win = w;
c->screen = selscreen;
c->flags = 0;