Skip to content

kmail-libs.c:kuri_to_euri: use the return value of g_string_free()

g_string_free(*, TRUE) returns NULL, even in glib 2.46 and Evolution requires at least glib 2.48.

Merge request reports