Commit a8a02075 authored by Erwan Tulou's avatar Erwan Tulou

a missing module_unneed is added (Windows and MacOS ports)

On Windows, it hopefully solves crashes at termination for skins2
parent 988af350
......@@ -147,6 +147,8 @@ int intf_RunThread( intf_thread_t *p_intf )
vlc_thread_join( p_intf );
vlc_object_detach( p_intf );
if( p_intf->p_module )
module_unneed( p_intf, p_intf->p_module );
vlc_object_release( p_intf );
return VLC_SUCCESS;
}
......
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