summaryrefslogtreecommitdiff
path: root/session-helper
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 /session-helper
parentbfeaccb822184219f08138911f662d9e6c898bad (diff)
downloadxdg-app-6775dc1002fd565f6e1697ad03baa3eedecf4fdb.tar.gz
Use g_auto(GStrv) instead of glnx_strfreev
Diffstat (limited to 'session-helper')
-rw-r--r--session-helper/xdg-app-permission-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session-helper/xdg-app-permission-store.c b/session-helper/xdg-app-permission-store.c
index 8ef1bb5..a0f9d3d 100644
--- a/session-helper/xdg-app-permission-store.c
+++ b/session-helper/xdg-app-permission-store.c
@@ -146,7 +146,7 @@ handle_list (XdgAppPermissionStore *object,
const gchar *table_name)
{
Table *table;
- glnx_strfreev char **ids = NULL;
+ g_auto(GStrv) ids = NULL;
table = lookup_table (table_name, invocation);
if (table == NULL)