mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
clutter/x11: Plug a leak
This commit is contained in:
parent
1458dc394a
commit
8d2f794bd3
@ -502,6 +502,7 @@ create_device (ClutterDeviceManagerXI2 *manager_xi2,
|
|||||||
info->num_classes);
|
info->num_classes);
|
||||||
g_free (vendor_id);
|
g_free (vendor_id);
|
||||||
g_free (product_id);
|
g_free (product_id);
|
||||||
|
g_free (node_path);
|
||||||
|
|
||||||
CLUTTER_NOTE (BACKEND, "Created device '%s' (id: %d, has-cursor: %s)",
|
CLUTTER_NOTE (BACKEND, "Created device '%s' (id: %d, has-cursor: %s)",
|
||||||
info->name,
|
info->name,
|
||||||
|
Loading…
Reference in New Issue
Block a user