summaryrefslogtreecommitdiff
path: root/document-portal/xdp-fuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'document-portal/xdp-fuse.c')
-rw-r--r--document-portal/xdp-fuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/document-portal/xdp-fuse.c b/document-portal/xdp-fuse.c
index c245c19..18e8dc7 100644
--- a/document-portal/xdp-fuse.c
+++ b/document-portal/xdp-fuse.c
@@ -211,7 +211,7 @@ get_app_name_from_id (guint32 id)
static void
fill_app_name_hash (void)
{
- glnx_strfreev char **keys = NULL;
+ g_auto(GStrv) keys = NULL;
int i;
keys = xdp_list_apps ();