all repos — openbox @ d286702ed48ef624cb96840bab147fa53a9ae191

openbox fork - make it a bit more like ryudo

free the startup stacking order after using it
Dana Jansens danakj@orodu.net
commit

d286702ed48ef624cb96840bab147fa53a9ae191

parent

e731042dc9f45555fbb1c52e2affaaf6ffeb141f

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -131,6 +131,9 @@ w = client_startup_stack_order[i-1];

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)