projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e6d2f
)
Fix incorrect free argument from d41128e5a1
work
author
Mikael Magnusson
<mikachu@gmail.com>
Sat, 13 Jul 2024 11:26:10 +0000
(13:26 +0200)
committer
Mikael Magnusson
<mikachu@gmail.com>
Sat, 13 Jul 2024 11:26:10 +0000
(13:26 +0200)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index b8264587c168c50763181011e106a4a81ea73144..c0cf9071222ef9dcb124de0331bade28513d65ff 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2772,7
+2772,7
@@
void client_calc_layer(ObClient *self)
client_calc_layer_internal(it->data);
}
- g_list_free(
i
t);
+ g_list_free(
lis
t);
}
gboolean client_should_show(ObClient *self)