]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/arts.c
Remove unneeded msg_Err.
[vlc] / modules / audio_output / arts.c
index ef4b2617bdcf42db2342ec4a227ed1ccb03f7411..525787d5818a0bf2b7e15a8ab2b5aa1fe8045531 100644 (file)
@@ -83,10 +83,7 @@ static int Open( vlc_object_t *p_this )
     /* Allocate structure */
     p_sys = malloc( sizeof( aout_sys_t ) );
     if( p_sys == NULL )
-    {
-        msg_Err( p_aout, "out of memory" );
         return VLC_ENOMEM;
-    }
     p_aout->output.p_sys = p_sys;
 
     i_err = arts_init();