]> git.sesse.net Git - vlc/blobdiff - modules/access/rtmp/access.c
Remove unneeded msg_Error about memory failure.
[vlc] / modules / access / rtmp / access.c
index 41f77768768e077ff8d476d412987bd9581eae55..8be1e0d27c3ce59423eba7792636e545c037fe99 100644 (file)
@@ -88,10 +88,7 @@ static int Open( vlc_object_t *p_this )
     p_sys->p_thread =
         vlc_object_create( p_access, sizeof( rtmp_control_thread_t ) );
     if( !p_sys->p_thread )
-    {
-        msg_Err( p_access, "out of memory" );
         return VLC_ENOMEM;
-    }
     vlc_object_attach( p_sys->p_thread, p_access );
 
     /* Parse URI - remove spaces */