From 503b4f16f75314e4f385208ac518da247e32e670 Mon Sep 17 00:00:00 2001 From: Viktor Odintsev Date: Thu, 17 Aug 2017 03:34:06 +0300 Subject: [PATCH] Fix deadlock in xfconf-cache --- xfconf/xfconf-cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xfconf/xfconf-cache.c b/xfconf/xfconf-cache.c index 48c820d..c3ca89c 100644 --- a/xfconf/xfconf-cache.c +++ b/xfconf/xfconf-cache.c @@ -916,6 +916,8 @@ xfconf_cache_set(XfconfCache *cache, return TRUE; } + + xfconf_cache_mutex_unlock(cache); return FALSE; } -- 2.14.1