mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Fix memory leak in gio/gdbusauthmechanismsha1.c
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user