summaryrefslogtreecommitdiff
path: root/service/dconf-writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/dconf-writer.c')
-rw-r--r--service/dconf-writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/dconf-writer.c b/service/dconf-writer.c
index 0170046..2781f13 100644
--- a/service/dconf-writer.c
+++ b/service/dconf-writer.c
@@ -176,7 +176,7 @@ dconf_writer_real_end (DConfWriter *writer)
g_slice_free (TaggedChange, change);
}
- g_clear_pointer (&writer->uncommited_values, g_hash_table_unref);
+ g_clear_pointer (&writer->uncommited_values, dconf_changeset_unref);
}
gboolean