nlopess         Thu Mar  1 18:41:45 2007 UTC

  Modified files:              
    /php-src/ext/gd/libgd       gdft.c 
  Log:
  MFB
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.41&r2=1.42&diff_format=u
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.41 php-src/ext/gd/libgd/gdft.c:1.42
--- php-src/ext/gd/libgd/gdft.c:1.41    Sun Feb 25 02:56:03 2007
+++ php-src/ext/gd/libgd/gdft.c Thu Mar  1 18:41:45 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