Commit 4513c8d2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dangling module bank error check

parent 49ede452
......@@ -389,10 +389,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
* default values.
*/
module_LoadPlugins( p_libvlc );
if( p_libvlc->b_die )
{
b_exit = true;
}
size_t module_count;
module_t **list = module_list_get( &module_count );
......
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