[vlc-commits] commit: Remove useless detach before destroy ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Tue May 25 22:36:31 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 25 23:35:48 2010 +0300| [fbbde4b28ac2e8a957b23507de411be088a80214] | committer: Rémi Denis-Courmont 

Remove useless detach before destroy

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

 src/input/vlm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index ffcf57d..c117d52 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -227,7 +227,6 @@ static void vlm_Destructor( vlm_t *p_vlm )
     if( p_vlm->p_vod )
     {
         module_unneed( p_vlm->p_vod, p_vlm->p_vod->p_module );
-        vlc_object_detach( p_vlm->p_vod );
         vlc_object_release( p_vlm->p_vod );
     }
 



More information about the vlc-commits mailing list