summaryrefslogtreecommitdiff
path: root/document-portal/xdp-fuse.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-31 09:51:48 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-31 09:51:48 +0200
commit6775dc1002fd565f6e1697ad03baa3eedecf4fdb (patch)
tree550cbdee578e6e74abb2f3603ee640f106adcf33 /document-portal/xdp-fuse.c
parentbfeaccb822184219f08138911f662d9e6c898bad (diff)
downloadxdg-app-6775dc1002fd565f6e1697ad03baa3eedecf4fdb.tar.gz
Use g_auto(GStrv) instead of glnx_strfreev
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 ();