Commit 57e6c025 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix missing lock in 440126cfb7322950d14f7029dd424c4f4bd41ad

parent ddfbaea0
...@@ -128,6 +128,7 @@ int intf_Create( vlc_object_t *p_this, const char *psz_module ) ...@@ -128,6 +128,7 @@ int intf_Create( vlc_object_t *p_this, const char *psz_module )
goto error; goto error;
} }
vlc_mutex_lock( &lock );
#if defined( __APPLE__ ) || defined( WIN32 ) #if defined( __APPLE__ ) || defined( WIN32 )
/* Hack to get Mac OS X Cocoa runtime running /* Hack to get Mac OS X Cocoa runtime running
* (it needs access to the main thread) */ * (it needs access to the main thread) */
......
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