From 6fcdcd0f7dbba61fee4866fb590e3a717614ab73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 14 Jan 2009 19:41:33 +0200 Subject: [PATCH] Remove unmatched vlc_thread_ready (vlc_create_thread not waiting) --- modules/misc/freetype.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index c2c5971228..abf8b34f0e 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -514,8 +514,6 @@ static void* FontBuilderThread( vlc_object_t *p_this ) { FcConfig *p_fontconfig = FcInitLoadConfig(); - vlc_thread_ready( p_this ); - if( p_fontconfig ) { mtime_t t1, t2; -- 2.20.1