mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 11:59:14 +00:00
trivial: Fix a tiny leak when translating the security attr
This commit is contained in:
parent
5b44de228e
commit
fd7bec2e2f
@ -333,7 +333,7 @@ fu_security_attr_get_title(FwupdSecurityAttr *attr)
|
||||
if (g_strcmp0(appstream_id, FWUPD_SECURITY_ATTR_ID_MEI_KEY_MANIFEST) == 0) {
|
||||
/* TRANSLATORS: Title: MEI = Intel Management Engine, and key refers
|
||||
* to the private/public key used to secure loading of firmware */
|
||||
return g_strdup(_("MEI Key Manifest"));
|
||||
return _("MEI Key Manifest");
|
||||
}
|
||||
if (g_strcmp0(appstream_id, FWUPD_SECURITY_ATTR_ID_MEI_VERSION) == 0) {
|
||||
/* TRANSLATORS: Title: MEI = Intel Management Engine */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user