[vlc-devel] commit: Tag a bug so that I don't forget about it ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed May 7 21:25:50 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Wed May  7 22:06:23 2008 +0300| [ef8e2bceaebed945e3ed7f037275dbd4a2a6e3f1]

Tag a bug so that I don't forget about it

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

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

diff --git a/src/input/vlm.c b/src/input/vlm.c
index e5c5ade..69ac07b 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -178,6 +178,7 @@ vlm_t *__vlm_New ( vlc_object_t *p_this )
  *****************************************************************************/
 void vlm_Delete( vlm_t *p_vlm )
 {
+    /* FIXME XXX: we need to set libvlc_priv->p_vlm bacl to NULL */
     vlc_object_release( p_vlm );
 }
 




More information about the vlc-devel mailing list