From 9586e3bf1482a30e29f230a1a987386fcdcec2c9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 01:58:34 +0000 Subject: plug memory leaks from the new strut code --- openbox/frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/frame.c') 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; -- cgit v1.2.3