fdfcacf1db
clutter_text_get_selection() creates a copy of the selected text which gets passed to st_clipboard_set_text() which creates its own copy. The copy returned by clutter_text_get_selection() however never got free'd. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1306