diff options
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 6d32c407..b1655eee 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -131,6 +131,9 @@ void client_manage_all() c = g_hash_table_lookup(client_map, &w); 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) |
