Commit 6fcdcd0f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unmatched vlc_thread_ready (vlc_create_thread not waiting)

parent 81dc2e72
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment