]> git.sesse.net Git - vlc/blobdiff - src/playlist/engine.c
Clean up main playlist thread.
[vlc] / src / playlist / engine.c
index 608ac8b197cb0b4db09497fcedcaed8ac5720140..ed175c6d6b1ea9f5f8d7a4b6d6bbea5009d73a8f 100644 (file)
@@ -174,11 +174,12 @@ static void playlist_Destructor( vlc_object_t * p_this )
     playlist_t *p_playlist = (playlist_t *)p_this;
     playlist_private_t *p_sys = pl_priv(p_playlist);
 
+    assert( !p_sys->p_input );
     assert( !p_sys->p_sout );
     assert( !p_sys->p_preparser );
     assert( !p_sys->p_fetcher );
 
-    msg_Err( p_this, "Destroyed" );
+    msg_Dbg( p_this, "Destroyed" );
 }
 
 /** Get current playing input.