aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-client-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-client-dialog.c')
-rw-r--r--matchbox/mb-wm-client-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-client-dialog.c b/matchbox/mb-wm-client-dialog.c
index aae490d..3bf2f04 100644
--- a/matchbox/mb-wm-client-dialog.c
+++ b/matchbox/mb-wm-client-dialog.c
@@ -317,7 +317,7 @@ mb_wm_client_dialog_theme_change (MBWindowManagerClient *client)
GList * n = l->next;
mb_wm_object_unref (MB_WM_OBJECT (d));
- free (l);
+ g_list_free_1 (l);
l = n;
}