mirror of
https://github.com/brl/mutter.git
synced 2025-03-14 23:35:04 +00:00

results->prop is g_malloc memory so it should be free-ed with g_free not XFree. The same applies to the return value of text_property_from_results itself. https://gitlab.gnome.org/GNOME/mutter/merge_requests/786