mirror of
https://github.com/brl/mutter.git
synced 2025-03-30 07:03:46 +00:00

commit e2bfaf07514ed633f8721b5f521577685b6cccc0 does this: g_hash_table_insert (cards, g_udev_device_get_name (parent_device), g_steal_pointer (&parent_device)); The problem is the g_steal_pointer call may happen before the g_udev_device_get_name call leading to a crash. This commit does the get_name call on an earlier line https://bugzilla.gnome.org/show_bug.cgi?id=771442
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%