Skip to content

cally: Use g_string_free() return value

Florian Müllner requested to merge fmuellner/mutter:fix-warning 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