Merge branch 'fix-memleak-gdbusauthmechanismsha1' into 'main'

Fix memory leak in gio/gdbusauthmechanismsha1.c

See merge request GNOME/glib!2461
This commit is contained in:
Philip Withnall 2022-01-27 11:05:45 +00:00
commit 94f4ec85c6

View File

@ -909,6 +909,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