Commit 0f3049ef authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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.
parent 91fcbb63
...@@ -155,7 +155,6 @@ void libvlc_vlm_release( libvlc_instance_t *p_instance, libvlc_exception_t *p_ex ...@@ -155,7 +155,6 @@ void libvlc_vlm_release( libvlc_instance_t *p_instance, libvlc_exception_t *p_ex
VLM(p_vlm); VLM(p_vlm);
vlm_Control( p_vlm, VLM_CLEAR_MEDIAS, NULL );
vlm_Delete( p_vlm ); vlm_Delete( p_vlm );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment