From ea624e97e5fefa9b7817805f31fbc185dc907abe Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 1 Mar 2007 18:41:45 +0000 Subject: [PATCH] MFB --- ext/gd/libgd/gdft.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.50.1