diff --git a/gio/gdbusauthmechanismsha1.c b/gio/gdbusauthmechanismsha1.c index 095a6663e..94fe0bce8 100644 --- a/gio/gdbusauthmechanismsha1.c +++ b/gio/gdbusauthmechanismsha1.c @@ -881,8 +881,8 @@ keyring_generate_entry (const gchar *cookie_context, error)) { *out_id = 0; - *out_cookie = 0; g_free (*out_cookie); + *out_cookie = 0; ret = FALSE; goto out; }