gio: Fix a memory leak in gportalsupport.c

Coverity CID: 1357527
This commit is contained in:
Philip Withnall 2016-07-12 23:08:27 +01:00
parent e0bb25c214
commit e694d1b673

View File

@ -54,6 +54,8 @@ read_flatpak_info (void)
g_strfreev (shared);
}
}
g_key_file_unref (keyfile);
}
else
{