[vlc-devel] commit: skins2: cosmetics (for better reading) (Erwan Tulou )

git version control git at videolan.org
Thu Jul 23 23:03:01 CEST 2009


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Thu Jul 23 22:52:51 2009 +0200| [4d76e60e70820f3a7a25b364ae4df65d66203121] | committer: Erwan Tulou 

skins2: cosmetics (for better reading)

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

 modules/gui/skins2/src/skin_main.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/skins2/src/skin_main.cpp b/modules/gui/skins2/src/skin_main.cpp
index bbb7f32..0757f76 100644
--- a/modules/gui/skins2/src/skin_main.cpp
+++ b/modules/gui/skins2/src/skin_main.cpp
@@ -166,11 +166,11 @@ static void Close( vlc_object_t *p_this )
     skin_load.intf = NULL;
     vlc_mutex_unlock( &skin_load.mutex);
 
+    vlc_join( p_intf->p_sys->thread, NULL );
+
     vlc_mutex_destroy( &p_intf->p_sys->init_lock );
     vlc_cond_destroy( &p_intf->p_sys->init_wait );
 
-    vlc_join( p_intf->p_sys->thread, NULL );
-
     if( p_intf->p_sys->p_playlist )
         pl_Release( p_this );
 




More information about the vlc-devel mailing list