Commit 85fa3c2d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

git commit --amend src/misc/objects.c. Ahum.

parent 99e8bcdd
...@@ -851,8 +851,6 @@ void __vlc_object_attach( vlc_object_t *p_this, vlc_object_t *p_parent ) ...@@ -851,8 +851,6 @@ void __vlc_object_attach( vlc_object_t *p_this, vlc_object_t *p_parent )
if( p_this->p_parent->b_die ) if( p_this->p_parent->b_die )
vlc_object_kill( p_this ); vlc_object_kill( p_this );
vlc_object_unlock( p_this->p_parent );
vlc_mutex_unlock( &structure_lock ); vlc_mutex_unlock( &structure_lock );
} }
......
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