summaryrefslogtreecommitdiff
path: root/src/portal
diff options
context:
space:
mode:
Diffstat (limited to 'src/portal')
-rw-r--r--src/portal/tracker-portal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portal/tracker-portal.c b/src/portal/tracker-portal.c
index 3b041603f..1fdb48087 100644
--- a/src/portal/tracker-portal.c
+++ b/src/portal/tracker-portal.c
@@ -213,7 +213,7 @@ load_client_configuration (TrackerPortal *portal,
GError **error)
{
g_autoptr (GKeyFile) flatpak_info = NULL;
- GError *inner_error = NULL;
+ g_autoptr(GError) inner_error = NULL;
GStrv graphs;
if (portal->test_flatpak_info) {