]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
libvlc_Quit: support using a callback
[vlc] / src / interface / interface.c
index ba9240b0c875c423f9392d52e033eaff483a77a0..92683915256e0e32a7a679fe72d266f5d9c88687 100644 (file)
@@ -182,8 +182,6 @@ void intf_DestroyAll( libvlc_int_t *p_libvlc )
 {
     intf_thread_t *p_first;
 
-    assert( !vlc_object_alive( p_libvlc ) );
-
     vlc_mutex_lock( &lock );
     p_first = libvlc_priv( p_libvlc )->p_intf;
 #ifndef NDEBUG