From: Nuno Lopes Date: Thu, 1 Mar 2007 18:41:45 +0000 (+0000) Subject: MFB X-Git-Tag: RELEASE_1_0_1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea624e97e5fefa9b7817805f31fbc185dc907abe;p=php MFB --- diff --git a/ext/gd/libgd/gdft.c b/ext/gd/libgd/gdft.c index 86dd8c3c77..499de8637b 100644 --- a/ext/gd/libgd/gdft.c +++ b/ext/gd/libgd/gdft.c @@ -721,6 +721,7 @@ void gdFontCacheShutdown() gdMutexLock(gdFontCacheMutex); gdCacheDelete(fontCache); fontCache = NULL; + gdMutexUnlock(gdFontCacheMutex); gdMutexShutdown(gdFontCacheMutex); FT_Done_FreeType(library); }