]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / mosaic.c
index f912baca21872e9db3fdf4856d2f28185da0b060..30cba8f62c6f6db68dffaae8b2c57d4db3b11bf1 100644 (file)
@@ -295,10 +295,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_filter->pf_sub_filter = Filter;