aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-object.c')
-rw-r--r--matchbox/mb-wm-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-object.c b/matchbox/mb-wm-object.c
index 373841e..e6889dc 100644
--- a/matchbox/mb-wm-object.c
+++ b/matchbox/mb-wm-object.c
@@ -358,7 +358,7 @@ mb_wm_object_signal_disconnect (MBWMObject *obj,
mb_wm_object_unref (MB_WM_OBJECT (info->data));
free (info);
- free (item);
+ g_list_free_1 (item);
return;
}