Commit 02eee276 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

smooth: remove logical no-op

parent 2a305595
......@@ -558,8 +558,6 @@ static void Close( vlc_object_t *p_this )
stream_t *s = (stream_t*)p_this;
stream_sys_t *p_sys = s->p_sys;
vlc_cond_signal(&p_sys->download.wait);
vlc_join( p_sys->download.thread, NULL );
vlc_mutex_destroy( &p_sys->lock );
vlc_cond_destroy( &p_sys->download.wait );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment