]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
plug memory leaks from the new strut code
[chaz/openbox] / openbox / frame.c
index 65d1404af9d11bb967c4fd05f35b5de0fb08c688..19ead3b991e4ff41d9380fbff31fe1f8997c5732 100644 (file)
@@ -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;
This page took 0.019793 seconds and 4 git commands to generate.