]> git.sesse.net Git - vlc/blobdiff - modules/access/dc1394.c
Remove unneeded msg_Error about memory failure.
[vlc] / modules / access / dc1394.c
index 34cd3aa42ab4dcc7135cf4dcdb9a763e9cead2bf..381e14a73050a0d080798d276b1164ad543e170a 100644 (file)
@@ -227,10 +227,7 @@ static int Open( vlc_object_t *p_this )
 
     p_demux->p_sys = p_sys = malloc( sizeof( demux_sys_t ) );
     if( !p_sys )
-    {
-        msg_Err( p_demux, "not enough memory available" );
         return VLC_ENOMEM;
-    }
     memset( p_sys, 0, sizeof( demux_sys_t ) );
     memset( &fmt, 0, sizeof( es_format_t ) );