aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-manager.c')
-rw-r--r--matchbox/mb-wm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/mb-wm-manager.c b/matchbox/mb-wm-manager.c
index 1a110ab..082bfcf 100644
--- a/matchbox/mb-wm-manager.c
+++ b/matchbox/mb-wm-manager.c
@@ -1018,7 +1018,7 @@ mb_wm_manager_remove_event_handler (MBWMManager *wm,
next->prev = prev;
free (info);
- free (l);
+ g_list_free_1 (l);
return;
}