Fix memory leak in gio/gdbusauthmechanismsha1.c

This commit is contained in:
Loic Le Page 2022-01-26 14:20:08 +01:00 committed by Philip Withnall
parent 2d32f88433
commit 554db5f8ae

View File

@ -908,6 +908,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