From: RĂ©mi Denis-Courmont Date: Fri, 20 Jun 2008 20:33:38 +0000 (+0300) Subject: Cleanup service discovery - always X-Git-Tag: 0.9.0-test1~196 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=20a560c6adbf97a3129e090d5d323c15694def58;p=vlc Cleanup service discovery - always --- diff --git a/src/playlist/engine.c b/src/playlist/engine.c index 7ae4cc3e78..e6cfc3a382 100644 --- a/src/playlist/engine.c +++ b/src/playlist/engine.c @@ -474,7 +474,8 @@ void playlist_LastLoop( playlist_t *p_playlist ) #endif /* Core should have terminated all SDs before the playlist */ - assert( p_playlist->i_sds == 0 ); + /* TODO: It fails to do so when not playing anything -- Courmisch */ + playlist_ServicesDiscoveryKillAll( p_playlist ); playlist_MLDump( p_playlist ); PL_LOCK;