[vlc-devel] commit: vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug ). (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Mar 19 01:30:05 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Mar 19 01:30:09 2008 +0100| [6fe2f30c0432c5fe2a3e280bd6a9707bf2ac74b3]
vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fe2f30c0432c5fe2a3e280bd6a9707bf2ac74b3
---
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 d0833d7..fbc7d33 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -174,7 +174,6 @@ vlm_t *__vlm_New ( vlc_object_t *p_this )
*****************************************************************************/
void vlm_Delete( vlm_t *p_vlm )
{
- vlc_object_detach( p_vlm );
vlc_object_release( p_vlm );
}
More information about the vlc-devel
mailing list