[Xfce4-commits] [xfce/xfconf] 02/02: Fix a path in xfconf_cache_set where the cache mutex isn't locked.

noreply at xfce.org noreply at xfce.org
Tue Aug 29 16:16:57 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 25088094efdba26c777d49a2bcdde98105112525
Author: Ali Abdallah <ali at xfce.org>
Date:   Tue Aug 29 16:14:53 2017 +0200

    Fix a path in xfconf_cache_set where the cache mutex isn't locked.
---
 xfconf/xfconf-cache.c | 1 +
 1 file changed, 1 insertion(+)

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;
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list