Commit a6cbdf82 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

lua/extension: Missing lock initialization.

parent be9f783b
......@@ -85,6 +85,7 @@ int Open_Extension( vlc_object_t *p_this )
p_mgr->p_sys = p_sys;
ARRAY_INIT( p_sys->activated_extensions );
ARRAY_INIT( p_mgr->extensions );
vlc_mutex_init( &p_mgr->p_sys->lock );
/* Initialise Lua state structure */
lua_State *L = GetLuaState( p_mgr, NULL );
......
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