aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-client-desktop.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-client-desktop.c')
-rw-r--r--matchbox/mb-wm-client-desktop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-client-desktop.c b/matchbox/mb-wm-client-desktop.c
index 2219f30..56b4e3b 100644
--- a/matchbox/mb-wm-client-desktop.c
+++ b/matchbox/mb-wm-client-desktop.c
@@ -155,7 +155,7 @@ mb_wm_client_desktop_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;
}