Commit 8d5543f5 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove useless message.

parent 682e04fb
...@@ -161,10 +161,7 @@ static int CreateFilter ( vlc_object_t *p_this ) ...@@ -161,10 +161,7 @@ static int CreateFilter ( vlc_object_t *p_this )
p_filter->p_sys = (filter_sys_t *) malloc( sizeof( filter_sys_t ) ); p_filter->p_sys = (filter_sys_t *) malloc( sizeof( filter_sys_t ) );
if( !p_filter->p_sys ) if( !p_filter->p_sys )
{
msg_Err( p_filter, "out of memory" );
return VLC_ENOMEM; return VLC_ENOMEM;
}
/* Populating struct */ /* Populating struct */
p_filter->p_sys->p_menu = NULL; p_filter->p_sys->p_menu = 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