mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
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:
commit
94f4ec85c6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user