Fix idiotic bug: we must initialize memory on the stack.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
This commit is contained in:
parent
7b7af60dcd
commit
c05e88959b
|
@ -74,6 +74,7 @@ placement_smart(client_t *c)
|
|||
bool found = false;
|
||||
layout_t *layout;
|
||||
|
||||
area_array_init(&areas);
|
||||
screen_geometry = screen_area_get(c->screen,
|
||||
globalconf.screens[c->screen].statusbar,
|
||||
&globalconf.screens[c->screen].padding);
|
||||
|
|
Loading…
Reference in New Issue