Revision: 1534
http://geeqie.svn.sourceforge.net/geeqie/?rev=1534&view=rev
Author: nadvornik
Date: 2009-03-15 09:06:13 +0000 (Sun, 15 Mar 2009)
Log Message:
-----------
fixed possible deadlock with multiple thumb loaders in parallel
Modified Paths:
--------------
trunk/src/image-load.c
Modified: trunk/src/image-load.c
===================================================================
--- trunk/src/image-load.c 2009-03-15 07:07:52 UTC (rev 1533)
+++ trunk/src/image-load.c 2009-03-15 09:06:13 UTC (rev 1534)
@@ -786,7 +786,7 @@
{
g_mutex_lock(image_loader_prio_mutex);
image_loader_prio_num--;
- if (image_loader_prio_num == 0) g_cond_signal(image_loader_prio_cond);
+ if (image_loader_prio_num == 0)
g_cond_broadcast(image_loader_prio_cond); /* wake up all low prio threads */
g_mutex_unlock(image_loader_prio_mutex);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn