]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/magnify.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / magnify.c
index a24992852770654f6c39795c2a55ba788b840fb3..4c78bbb50db712c9bd358f8aa4bd43f4dae461a2 100644 (file)
@@ -113,10 +113,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 );