[vlc-devel] commit: MacOs and Windows(skins): don' t kill and join twice the same thread (Erwan Tulou )
git version control
git at videolan.org
Tue Jun 23 18:56:45 CEST 2009
vlc | branch: 1.0-bugfix | Erwan Tulou <erwan10 at videolan.org> | Tue Jun 23 18:52:37 2009 +0200| [66fab58c1348e6d2dd8ffe8ca9f224c4b2dfc6ba] | committer: Erwan Tulou
MacOs and Windows(skins): don't kill and join twice the same thread
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66fab58c1348e6d2dd8ffe8ca9f224c4b2dfc6ba
---
src/interface/interface.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/interface/interface.c b/src/interface/interface.c
index 6cf7707..9b99c1b 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -140,11 +140,8 @@ int intf_RunThread( intf_thread_t *p_intf )
}
RunInterface( VLC_OBJECT(p_intf) );
- /* Make sure our MonitorLibVLCDeath thread exit */
- vlc_object_kill( p_intf );
/* It is monitoring libvlc, not the p_intf */
vlc_object_kill( p_intf->p_libvlc );
- vlc_thread_join( p_intf );
return VLC_SUCCESS;
}
More information about the vlc-devel
mailing list