client: free icon name

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-04 13:03:15 +02:00
parent 1a4b508428
commit c0afca0e2b
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}