Merge branch 'backport-2461-memory-leak-glib-2-70' into 'glib-2-70'

Backport !2461 “Fix memory leak in gio/gdbusauthmechanismsha1.c” to glib-2-70

See merge request GNOME/glib!2462
This commit is contained in:
Simon McVittie 2022-01-27 12:18:12 +00:00
commit e01a71bf13

View File

@ -908,6 +908,7 @@ keyring_generate_entry (const gchar *cookie_context,
_("(Additionally, releasing the lock for “%s” also failed: %s) "),
path,
local_error->message);
g_error_free (local_error);
}
}
else