Commit fd2c554d authored by Rémi Duraffort's avatar Rémi Duraffort

Fix a double vlc_object_release (partially fix the update system)

parent 4f541d3b
...@@ -535,7 +535,6 @@ static void UStreamDestroy( stream_t *s ) ...@@ -535,7 +535,6 @@ static void UStreamDestroy( stream_t *s )
{ {
access_t *p_access = (access_t *)s->p_parent; access_t *p_access = (access_t *)s->p_parent;
AStreamDestroy( s ); AStreamDestroy( s );
vlc_object_release( p_access );
access_Delete( p_access ); access_Delete( p_access );
} }
......
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