Commit 8c16b6a8 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

update: It's not allowed to vlc_object_release() from an object's thread.

parent e503ff35
...@@ -1385,8 +1385,6 @@ void update_CheckReal( update_check_thread_t *p_uct ) ...@@ -1385,8 +1385,6 @@ void update_CheckReal( update_check_thread_t *p_uct )
if( p_uct->pf_callback ) if( p_uct->pf_callback )
(p_uct->pf_callback)( p_uct->p_data, b_ret ); (p_uct->pf_callback)( p_uct->p_data, b_ret );
vlc_object_release( p_uct );
} }
/** /**
...@@ -1657,8 +1655,6 @@ end: ...@@ -1657,8 +1655,6 @@ end:
free( psz_destfile ); free( psz_destfile );
free( p_buffer ); free( p_buffer );
free( psz_size ); free( psz_size );
vlc_object_release( p_udt );
} }
update_release_t *update_GetRelease( update_t *p_update ) update_release_t *update_GetRelease( update_t *p_update )
......
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