[vlc-commits] smooth: remove logical no-op

Rémi Denis-Courmont git at videolan.org
Thu Jul 9 18:33:21 CEST 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul  9 19:24:00 2015 +0300| [02eee27687b77864cb0959a0c58370d5cbd3ffd8] | committer: Rémi Denis-Courmont

smooth: remove logical no-op

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=02eee27687b77864cb0959a0c58370d5cbd3ffd8
---

 modules/stream_filter/smooth/smooth.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/stream_filter/smooth/smooth.c b/modules/stream_filter/smooth/smooth.c
index da96850..e69dc70 100644
--- a/modules/stream_filter/smooth/smooth.c
+++ b/modules/stream_filter/smooth/smooth.c
@@ -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 );



More information about the vlc-commits mailing list