Commit 0bbedab7 authored by Rémi Duraffort's avatar Rémi Duraffort

Remove unecessary msg_Err according to rem remark.

parent 9c1a53ac
......@@ -825,7 +825,6 @@ char ** __module_GetModulesNamesForCapability( vlc_object_t *p_this,
*pppsz_longname = malloc( sizeof(char*) * (count+1) );
if( !psz_ret || ( pppsz_longname && *pppsz_longname == NULL ) )
{
msg_Err( p_this, "out of memory" );
free( psz_ret );
free( *pppsz_longname );
*pppsz_longname = 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