[vlc-commits] VLM: remove dummy vlc_object_kill()

Rémi Denis-Courmont git at videolan.org
Wed May 9 18:53:08 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May  9 18:36:24 2012 +0300| [72cae4ddf388e956ce4c829aaf1c14974905a3b0] | committer: Rémi Denis-Courmont

VLM: remove dummy vlc_object_kill()

There is no matching vlc_object_alive() or vlc_object_waitpipe().

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

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

diff --git a/src/input/vlm.c b/src/input/vlm.c
index 4dce5ec..ee31e6b 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -233,8 +233,6 @@ void vlm_Delete( vlm_t *p_vlm )
     TAB_CLEAN( p_vlm->i_schedule, p_vlm->schedule );
     vlc_mutex_unlock( &p_vlm->lock );
 
-    vlc_object_kill( p_vlm );
-
     if( p_vlm->p_vod )
     {
         module_unneed( p_vlm->p_vod, p_vlm->p_vod->p_module );



More information about the vlc-commits mailing list