mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
gdbusauthmechanismsha1: Fix pointer being freed after being NULLed
This commit is contained in:
parent
25009189d1
commit
5796babc5c
@ -881,8 +881,8 @@ keyring_generate_entry (const gchar *cookie_context,
|
|||||||
error))
|
error))
|
||||||
{
|
{
|
||||||
*out_id = 0;
|
*out_id = 0;
|
||||||
*out_cookie = 0;
|
|
||||||
g_free (*out_cookie);
|
g_free (*out_cookie);
|
||||||
|
*out_cookie = 0;
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user