mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 19:54:05 +02:00
Fix memory leak in gio/gdbusauthmechanismsha1.c
This commit is contained in:
committed by
Philip Withnall
parent
2d32f88433
commit
554db5f8ae
@@ -908,6 +908,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
|
||||||
|
Reference in New Issue
Block a user