projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e731042
)
free the startup stacking order after using it
author
Dana Jansens
<danakj@orodu.net>
Tue, 25 Mar 2003 00:44:27 +0000
(
00:44
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 25 Mar 2003 00:44:27 +0000
(
00:44
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 6d32c407e99a7f724385df172b05d2cb2cfb51e8..b1655eee8fc28849e68d18e3b09d06e42d9b1e7a 100644
(file)
--- 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)