Commit 5bcbb455 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove memory error message

(cherry picked from commit 118e8a51)
parent 864ab02b
...@@ -364,7 +364,6 @@ static int CacheLoadConfig( module_t *p_module, FILE *file ) ...@@ -364,7 +364,6 @@ static int CacheLoadConfig( module_t *p_module, FILE *file )
if( p_module->p_config == NULL ) if( p_module->p_config == NULL )
{ {
p_module->confsize = 0; p_module->confsize = 0;
msg_Err( p_module, "config error: can't duplicate p_config" );
return VLC_ENOMEM; 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