free the startup stacking order after using it
This commit is contained in:
parent
e731042dc9
commit
d286702ed4
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ void client_manage_all()
|
||||||
c = g_hash_table_lookup(client_map, &w);
|
c = g_hash_table_lookup(client_map, &w);
|
||||||
if (c) stacking_lower(c);
|
if (c) stacking_lower(c);
|
||||||
}
|
}
|
||||||
|
g_free(client_startup_stack_order);
|
||||||
|
client_startup_stack_order = NULL;
|
||||||
|
client_startup_stack_size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void client_manage(Window window)
|
void client_manage(Window window)
|
||||||
|
|
Loading…
Reference in a new issue