]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/oss.c
Remove unneeded msg_Err.
[vlc] / modules / audio_output / oss.c
index 2ea467b3b626d98d06ce1cb4bd5630776d191b55..db1e28e63ec12d0672ee0cfd0f40d85dc1ea35c8 100644 (file)
@@ -279,10 +279,7 @@ static int Open( vlc_object_t *p_this )
     /* Allocate structure */
     p_aout->output.p_sys = p_sys = malloc( sizeof( aout_sys_t ) );
     if( p_sys == NULL )
-    {
-        msg_Err( p_aout, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     /* Get device name */
     if( (psz_device = config_GetPsz( p_aout, "dspdev" )) == NULL )