fix a mem leak
This commit is contained in:
parent
7b181fe23d
commit
01a60706be
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ void client_unmanage(ObClient *self)
|
|||
g_free(self->icons[j].data);
|
||||
if (self->nicons > 0)
|
||||
g_free(self->icons);
|
||||
g_free(self->startup_id);
|
||||
g_free(self->wm_command);
|
||||
g_free(self->title);
|
||||
g_free(self->icon_title);
|
||||
|
|
Loading…
Reference in a new issue