]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/colorthres.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / colorthres.c
index 67ddf2429b83aca4c26a0c88c25ec6588218c448..73b81d301c0562cac2613c3e717a7bf0dea10953 100644 (file)
@@ -125,10 +125,7 @@ static int Create( vlc_object_t *p_this )
     /* Allocate structure */
     p_filter->p_sys = malloc( sizeof( filter_sys_t ) );
     if( p_filter->p_sys == NULL )
-    {
-        msg_Err( p_filter, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     p_filter->pf_video_filter = Filter;