aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-decor.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-decor.c')
-rw-r--r--matchbox/mb-wm-decor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-decor.c b/matchbox/mb-wm-decor.c
index 74bf664..fbb8244 100644
--- a/matchbox/mb-wm-decor.c
+++ b/matchbox/mb-wm-decor.c
@@ -636,7 +636,7 @@ mb_wm_decor_destroy (MBWMObject* obj)
GList * old = l;
mb_wm_object_unref (MB_WM_OBJECT (l->data));
l = l->next;
- free (old);
+ g_list_free_1 (old);
}
if (decor->press_cb_id)