From b3c50c2407f2a81addc4ae691cb36cce95ac289b Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 18 Jun 2012 01:05:30 +0000 Subject: [PATCH] evas: destroy the mutex after we use it for the last time. SVN revision: 72329 --- legacy/evas/src/lib/engines/common/evas_font_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_main.c b/legacy/evas/src/lib/engines/common/evas_font_main.c index 10f0d7ab5b..0208b8bfcf 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_main.c +++ b/legacy/evas/src/lib/engines/common/evas_font_main.c @@ -45,16 +45,16 @@ evas_common_font_shutdown(void) initialised--; if (initialised != 0) return; - LKD(lock_font_draw); - LKD(lock_bidi); - LKD(lock_ot); - evas_common_font_load_shutdown(); evas_common_font_cache_set(0); evas_common_font_flush(); FT_Done_FreeType(evas_ft_lib); evas_ft_lib = 0; + + LKD(lock_font_draw); + LKD(lock_bidi); + LKD(lock_ot); } EAPI void