]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/dynamicoverlay/dynamicoverlay.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / dynamicoverlay / dynamicoverlay.c
index da4d799cecf4c55b13044fb4e05d593b071ea1dc..ad8b5d2eb022abd6196aa14100b7c0a0ce6e3cc1 100644 (file)
@@ -94,10 +94,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;
 
     BufferInit( &p_sys->input );