File bnc#903966-SEGV-in-gnome-keyring-daemon-caused-by-calling-free-on-static-string.patch of Package gnome-keyring.1570
Index: gnome-keyring-3.10.1/pkcs11/wrap-layer/gkm-wrap-prompt.c
===================================================================
--- gnome-keyring-3.10.1.orig/pkcs11/wrap-layer/gkm-wrap-prompt.c
+++ gnome-keyring-3.10.1/pkcs11/wrap-layer/gkm-wrap-prompt.c
@@ -618,7 +618,6 @@ setup_unlock_keyring_other (GkmWrapPromp
text = _("Enter password to unlock");
gcr_prompt_set_message (prompt, text);
- g_free (text);
text = g_markup_printf_escaped (_("An application wants access to the keyring '%s', but it is locked"), label);
gcr_prompt_set_description (prompt, text);