service/: don't call g_hash_table_unref on changeset
commitd5e6b6d16c47c4a97bf5b9ab34054f5d26e456af
authorRyan Lortie <desrt@desrt.ca>
Wed, 2 Jan 2013 19:03:59 +0000 (2 14:03 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 2 Jan 2013 19:17:42 +0000 (2 14:17 -0500)
tree8df5d3e032f76ec39ada23a612dc99b58dae3fab
parentddeff730b3205b222df533dfb5d75c28f8c6e85b
service/: don't call g_hash_table_unref on changeset

4fce559d81bdd3841cfe16fd3a3e6b8e6e9e60f2 changed from using GHashTable
to database-mode changesets for caching the state of the database in the
service but we missed a case of g_hash_table_unref being called.

Fix that now.

Problem reported and fix suggested by Philippe Coval.

https://bugzilla.gnome.org/show_bug.cgi?id=691013
service/dconf-writer.c