[vlc-devel] commit: libvlc: Don't delete all the media in libvlc_vlm_release() as this should be done by vlm_Delete(). (Pierre d'Herbemont )

git version control git at videolan.org
Wed Apr 9 12:00:21 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Apr  9 11:50:37 2008 +0200| [0f3049ef88ee9e7a1047ff27521774616330390b]

libvlc: Don't delete all the media in libvlc_vlm_release() as this should be done by vlm_Delete().

Note, this is already done by vlm_Delete() so there is probably a bug around.

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

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

diff --git a/src/control/vlm.c b/src/control/vlm.c
index 9ee2da5..78df6c3 100644
--- a/src/control/vlm.c
+++ b/src/control/vlm.c
@@ -155,7 +155,6 @@ void libvlc_vlm_release( libvlc_instance_t *p_instance, libvlc_exception_t *p_ex
 
     VLM(p_vlm);
 
-    vlm_Control( p_vlm, VLM_CLEAR_MEDIAS, NULL );
     vlm_Delete( p_vlm );
 }
 




More information about the vlc-devel mailing list