git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afccd09
)
vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at...
author
Pierre d'Herbemont
<pdherbemont@free.fr>
Wed, 19 Mar 2008 00:30:09 +0000
(
01:30
+0100)
committer
Pierre d'Herbemont
<pdherbemont@free.fr>
Wed, 19 Mar 2008 00:30:09 +0000
(
01:30
+0100)
src/input/vlm.c
patch
|
blob
|
history
diff --git
a/src/input/vlm.c
b/src/input/vlm.c
index
d0833d7
..
fbc7d33
100644
(file)
--- 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 );
}