]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/puzzle.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / puzzle.c
index c2bcfd76ea46a712a34f45731e0885659c490c28..5f4fc1882ee3e8545aedf76f986a654ba84b837a 100644 (file)
@@ -204,10 +204,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->p_sys->p_image = image_HandlerCreate( p_vout );