]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/transform.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / transform.c
index 40eab9db004f89a6dfb51a95acbd4f3e87abe5b6..3f5f0ec7d8ad4c0eb183a2c70e7300ddce00c333 100644 (file)
@@ -127,10 +127,7 @@ static int Create( vlc_object_t *p_this )
     /* Allocate structure */
     p_vout->p_sys = malloc( sizeof( vout_sys_t ) );
     if( p_vout->p_sys == NULL )
-    {
-        msg_Err( p_vout, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     p_vout->pf_init = Init;
     p_vout->pf_end = End;