[PATCH] make sure not to release the interface module before =
joseph (none)
joseph at debian.
Sat Jun 20 19:56:57 CEST 2009
the playlist is deactivated (Windows skins2 and MacOS ports)=0A=
=0A=
---=0A=
src/interface/interface.c | 4 ----=0A=
1 files changed, 0 insertions(+), 4 deletions(-)=0A=
=0A=
diff --git a/src/interface/interface.c b/src/interface/interface.c=0A=
index 284e38f..6cf7707 100644=0A=
--- a/src/interface/interface.c=0A=
+++ b/src/interface/interface.c=0A=
@@ -146,10 +146,6 @@ int intf_RunThread( intf_thread_t *p_intf )=0A=
vlc_object_kill( p_intf->p_libvlc );=0A=
vlc_thread_join( p_intf );=0A=
=0A=
- vlc_object_detach( p_intf );=0A=
- if( p_intf->p_module )=0A=
- module_unneed( p_intf, p_intf->p_module );=0A=
- vlc_object_release( p_intf );=0A=
return VLC_SUCCESS;=0A=
}=0A=
#endif=0A=
-- =0A=
1.5.6.5=0A=
=0A=
------=_NextPart_000_0001_01C9F1E5.CD2FDA80--
More information about the vlc-devel
mailing list