Skip to content

croco: Use g_string_free() return value

Florian Müllner requested to merge fmuellner/gnome-shell:gstring-free into main

glib now warns if the return value is not used, so use the API as intended instead of assigning the character data separately before freeing the GString.

Merge request reports