diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:58:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:58:34 +0000 |
| commit | 9586e3bf1482a30e29f230a1a987386fcdcec2c9 (patch) | |
| tree | f102c76852ed547472b2756d058e3d03620c3b71 /openbox/frame.c | |
| parent | 7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 (diff) | |
plug memory leaks from the new strut code
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; |
