mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
device-manager-evdev: Free the main seat on finalize
This commit is contained in:
parent
d7bdc1591f
commit
2a38601b42
@ -2010,6 +2010,7 @@ clutter_device_manager_evdev_finalize (GObject *object)
|
|||||||
manager_evdev = CLUTTER_DEVICE_MANAGER_EVDEV (object);
|
manager_evdev = CLUTTER_DEVICE_MANAGER_EVDEV (object);
|
||||||
priv = manager_evdev->priv;
|
priv = manager_evdev->priv;
|
||||||
|
|
||||||
|
clutter_seat_evdev_free (priv->main_seat);
|
||||||
g_slist_free_full (priv->seats, (GDestroyNotify) clutter_seat_evdev_free);
|
g_slist_free_full (priv->seats, (GDestroyNotify) clutter_seat_evdev_free);
|
||||||
g_slist_free (priv->devices);
|
g_slist_free (priv->devices);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user