7287ee3651
The used_scales hash table uses g_double_hash and g_double_equal which try to read a double from the passed pointers. The pointers however were pointing to a float, leading to an invalid read. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/974