[vlc-devel] commit: Remove unmatched vlc_thread_ready (vlc_create_thread not waiting) ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jan 14 18:41:56 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jan 14 19:41:33 2009 +0200| [6fcdcd0f7dbba61fee4866fb590e3a717614ab73] | committer: Rémi Denis-Courmont 

Remove unmatched vlc_thread_ready (vlc_create_thread not waiting)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fcdcd0f7dbba61fee4866fb590e3a717614ab73
---

 modules/misc/freetype.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index c2c5971..abf8b34 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;




More information about the vlc-devel mailing list