]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/atmo.cpp
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / atmo / atmo.cpp
index 84b3cd94bcc4d0ff6ee4f5890e7c1089fad76291..238131297778151d9cb69e6fdd407fd1e6cc82e1 100644 (file)
@@ -1375,10 +1375,7 @@ static int CreateFilter( vlc_object_t *p_this )
     p_sys = (filter_sys_t *)malloc( sizeof( filter_sys_t ) );
     p_filter->p_sys = p_sys;
     if( p_filter->p_sys == NULL )
-    {
-        msg_Err( p_filter, "out of memory for p_sys structure" );
         return VLC_ENOMEM;
-    }
     /* set all entries to zero */
     memset(p_sys, 0, sizeof( filter_sys_t ));