mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
kms-device: Free path when finalizing
free path in finalize https://gitlab.gnome.org/GNOME/mutter/merge_requests/775
This commit is contained in:
parent
d13cea6ccb
commit
4d0869e206
@ -267,6 +267,7 @@ meta_kms_device_finalize (GObject *object)
|
|||||||
MetaBackendNative *backend_native = META_BACKEND_NATIVE (backend);
|
MetaBackendNative *backend_native = META_BACKEND_NATIVE (backend);
|
||||||
MetaLauncher *launcher = meta_backend_native_get_launcher (backend_native);
|
MetaLauncher *launcher = meta_backend_native_get_launcher (backend_native);
|
||||||
|
|
||||||
|
g_free (device->path);
|
||||||
g_list_free (device->crtcs);
|
g_list_free (device->crtcs);
|
||||||
g_list_free (device->connectors);
|
g_list_free (device->connectors);
|
||||||
g_list_free (device->planes);
|
g_list_free (device->planes);
|
||||||
|
Loading…
Reference in New Issue
Block a user