mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-28 12:53:30 +02:00
gdbusauthmechanismsha1: Fix pointer being freed after being NULLed
This commit is contained in:
@@ -881,8 +881,8 @@ keyring_generate_entry (const gchar *cookie_context,
|
||||
error))
|
||||
{
|
||||
*out_id = 0;
|
||||
*out_cookie = 0;
|
||||
g_free (*out_cookie);
|
||||
*out_cookie = 0;
|
||||
ret = FALSE;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user