Commit fbbde4b2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless detach before destroy

parent fb279135
......@@ -227,7 +227,6 @@ static void vlm_Destructor( vlm_t *p_vlm )
if( p_vlm->p_vod )
{
module_unneed( p_vlm->p_vod, p_vlm->p_vod->p_module );
vlc_object_detach( p_vlm->p_vod );
vlc_object_release( p_vlm->p_vod );
}
......
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