]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/marq.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / marq.c
index 28a54e01963ce22a945f8c52af455a413d0374bc..8a474c2b01dddcb2497f9686c672d814ebda6975 100644 (file)
@@ -199,10 +199,7 @@ static int CreateFilter( vlc_object_t *p_this )
     /* Allocate structure */
     p_sys = p_filter->p_sys = malloc( sizeof( filter_sys_t ) );
     if( p_sys == NULL )
-    {
-        msg_Err( p_filter, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     p_sys->p_style = malloc( sizeof( text_style_t ) );
     memcpy( p_sys->p_style, &default_text_style, sizeof( text_style_t ) );