git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unmatched vlc_thread_ready (vlc_create_thread not waiting)
[vlc.git]
/
modules
/
misc
/
freetype.c
diff --git
a/modules/misc/freetype.c
b/modules/misc/freetype.c
index
c2c5971
..
abf8b34
100644
(file)
--- 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;