summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorAli Abdallah <ali@xfce.org>2017-08-29 16:14:53 +0200
committerAli Abdallah <ali@xfce.org>2017-08-29 16:14:53 +0200
commit25088094efdba26c777d49a2bcdde98105112525 (patch)
treeee5536048dd69750315600255abd7a885b99b613 /xfconf
parent2131745b35e59fa5c1c0cec7e7ea5eaecd6c6e5f (diff)
downloadxfconf-25088094efdba26c777d49a2bcdde98105112525.tar.gz
Fix a path in xfconf_cache_set where the cache mutex isn't locked.
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/xfconf-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c
index f3bbe43..8a90150 100644
--- a/xfconf/xfconf-cache.c
+++ b/xfconf/xfconf-cache.c
@@ -927,6 +927,7 @@ xfconf_cache_set(XfconfCache *cache,
return TRUE;
}
+ xfconf_cache_mutex_unlock(cache);
return FALSE;
}