diff options
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 65d1404a..19ead3b9 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -1581,6 +1581,7 @@ static gboolean frame_animate_iconify(gpointer p) iconx = self->area.x + self->area.width / 2 + 32; icony = a->y + a->width; iconw = 64; + g_free(a); } else { iconx = self->client->icon_geometry.x; icony = self->client->icon_geometry.y; |
