Commit 958d8f0b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

update: Don't release the object that created this very thread!

parent a060c85d
......@@ -1393,10 +1393,6 @@ void* update_CheckReal( vlc_object_t* p_this )
if( p_uct->pf_callback )
(p_uct->pf_callback)( p_uct->p_data, b_ret );
p_uct->p_update->p_check = NULL;
vlc_object_release( p_uct );
return NULL;
}
......
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