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 eaec928b8c
commit 208406ea90
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,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);
}