authenticators: Fix leak

This commit is contained in:
Alexander Larsson
2019-12-19 17:42:04 +01:00
parent 1c737df031
commit ca6c12d4dd

View File

@@ -95,7 +95,7 @@ flatpak_auth_create_request_path (const char *peer,
const char *token,
GError **error)
{
gchar *escaped_peer;
g_autofree gchar *escaped_peer = NULL;
int i;
for (i = 0; token[i]; i++)