]> git.sesse.net Git - vlc/blobdiff - src/misc/devices.c
Slovenian translation update by Matej Urbančič
[vlc] / src / misc / devices.c
index e779226af9bb36c90236e9cdb7ca18b9c341e918..e6241c8d473f6520560257fd1f5b609363ddc31b 100644 (file)
@@ -43,10 +43,7 @@ void devices_ProbeCreate( vlc_object_t *p_this )
     /* Allocate structure */
     p_probe = vlc_object_create( p_this, VLC_OBJECT_INTF );
     if( !p_probe )
-    {
-        msg_Err( p_this, "out of memory" );
         return;
-    }
     p_probe->p_module = module_Need( p_probe, "devices probe", "", false );
     if( p_probe->p_module == NULL )
     {