mirror of
https://github.com/brl/mutter.git
synced 2025-05-17 12:34:56 +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