GNOME Bugzilla – Bug 691013
Crash on missing ~/.config/dconf and clear pointer
Last modified: 2013-01-02 19:24:05 UTC
Created attachment 232525 [details] [review] mkdir and clear pointer ... As reported previously by email this patch fix some crashes since latest release (0.15.2+9+g40c3756)
Created attachment 232559 [details] [review] 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.
The mkdir thing is bug 689136.
Attachment 232559 [details] pushed as d5e6b6d - service/: don't call g_hash_table_unref on changeset
Thanks very much for reporting both issues. Everything should be fixed on master now -- testing is highly appreciated!