]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/rotate.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / rotate.c
index 7e87b40afc047729b4f79be3b574f80d0f7f746d..38f3c062df1ca59e1d15893a4b19fcc561f88f94 100644 (file)
@@ -131,10 +131,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_sys = p_filter->p_sys;
 
     config_ChainParse( p_filter, FILTER_PREFIX, ppsz_filter_options,