summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-11-09 13:20:15 -0500
committerRyan Lortie <desrt@desrt.ca>2012-11-09 13:20:15 -0500
commit68135f2c31529309faa6bc2e8faa7f7712fe6fa2 (patch)
tree4c7e18dd9713eecc22a291a45e40f8970f831eda /service
parent8e04a32f9ead35e5c73148a529014076910dd3d1 (diff)
downloaddconf-68135f2c31529309faa6bc2e8faa7f7712fe6fa2.tar.gz
adjust to new gvdb APIs
Diffstat (limited to 'service')
-rw-r--r--service/dconf-gvdb-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/dconf-gvdb-utils.c b/service/dconf-gvdb-utils.c
index 4e93cc8..79291d3 100644
--- a/service/dconf-gvdb-utils.c
+++ b/service/dconf-gvdb-utils.c
@@ -81,7 +81,7 @@ dconf_gvdb_utils_read_file (const gchar *filename,
g_free (names[i]);
}
- gvdb_table_unref (table);
+ gvdb_table_free (table);
g_free (names);
}