nlopess         Thu Mar  1 18:39:50 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/gd/libgd       gdft.c 
  Log:
  merge from gd sources: unlock mutex before shuting it down
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.36.4.5&r2=1.36.4.6&diff_format=u
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.36.4.5 
php-src/ext/gd/libgd/gdft.c:1.36.4.6
--- php-src/ext/gd/libgd/gdft.c:1.36.4.5        Sun Feb 25 02:45:06 2007
+++ php-src/ext/gd/libgd/gdft.c Thu Mar  1 18:39:49 2007
@@ -721,6 +721,7 @@
                gdMutexLock(gdFontCacheMutex);
                gdCacheDelete(fontCache);
                fontCache = NULL;
+               gdMutexUnlock(gdFontCacheMutex);
                gdMutexShutdown(gdFontCacheMutex);
                FT_Done_FreeType(library);
        }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to