mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Fix memory leak in gio/gdbusauthmechanismsha1.c
This commit is contained in:
parent
2d32f88433
commit
554db5f8ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user