mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Fix memory leak in gio/gdbusauthmechanismsha1.c
This commit is contained in:
parent
7f2de9ab83
commit
6ec432386e
@ -909,6 +909,7 @@ keyring_generate_entry (const gchar *cookie_context,
|
|||||||
_("(Additionally, releasing the lock for “%s” also failed: %s) "),
|
_("(Additionally, releasing the lock for “%s” also failed: %s) "),
|
||||||
path,
|
path,
|
||||||
local_error->message);
|
local_error->message);
|
||||||
|
g_error_free (local_error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user