summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0a0d1ffc..47e0af6d 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -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);