Fix memory leak in gio/gdbusauthmechanismsha1.c

This commit is contained in:
Loic Le Page 2022-01-26 14:20:08 +01:00
parent 7f2de9ab83
commit 6ec432386e

View File

@ -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