Commit 118e8a51 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove memory error message

parent 94eaa50f
......@@ -363,7 +363,6 @@ static int CacheLoadConfig( module_t *p_module, FILE *file )
if( p_module->p_config == NULL )
{
p_module->confsize = 0;
msg_Err( p_module, "config error: can't duplicate p_config" );
return VLC_ENOMEM;
}
}
......
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