mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
client: free icon name
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1a4b508428
commit
c0afca0e2b
1 changed files with 1 additions and 0 deletions
1
client.h
1
client.h
|
@ -30,6 +30,7 @@ static void
|
|||
client_delete(client_t **c)
|
||||
{
|
||||
button_array_wipe(&(*c)->buttons);
|
||||
p_delete(&(*c)->icon_name);
|
||||
p_delete(&(*c)->name);
|
||||
p_delete(c);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue