aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-client-app.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-client-app.c')
-rw-r--r--matchbox/mb-wm-client-app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/mb-wm-client-app.c b/matchbox/mb-wm-client-app.c
index 8b98db2..2b16936 100644
--- a/matchbox/mb-wm-client-app.c
+++ b/matchbox/mb-wm-client-app.c
@@ -175,7 +175,7 @@ mb_wm_client_app_request_geometry (MBWindowManagerClient *client,
return True; /* Geometry accepted */
}
-
+
return False;
}
@@ -190,7 +190,7 @@ mb_wm_client_app_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;
}