]> git.sesse.net Git - vlc/blobdiff - modules/misc/qte_main.cpp
Replace VLC_ETHREAD with VLCENOMEM.
[vlc] / modules / misc / qte_main.cpp
index 05ab4b4290418d013b99e5a5591d4525582c4e74..1153592a3e0bda3994df616bd8b0d897797877bc 100644 (file)
@@ -109,7 +109,7 @@ static int Open( vlc_object_t *p_this )
         vlc_object_release( p_qte_main );
         i_refcount--;
         vlc_mutex_unlock( lock );
-        return VLC_ETHREAD;
+        return VLC_ENOMEM;
     }
 
     i_refcount++;