summaryrefslogtreecommitdiff
path: root/openbox/actions
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions')
-rw-r--r--openbox/actions/moveresizeto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/actions/moveresizeto.c b/openbox/actions/moveresizeto.c
index f0472797..68b4c0b2 100644
--- a/openbox/actions/moveresizeto.c
+++ b/openbox/actions/moveresizeto.c
@@ -174,8 +174,8 @@ static gboolean run_func(ObActionsData *data, gpointer options)
client_configure(c, x, y, w, h, TRUE, TRUE, FALSE);
actions_client_move(data, FALSE);
- g_free(area);
- g_free(carea);
+ g_slice_free(Rect, area);
+ g_slice_free(Rect, carea);
}
return FALSE;