[vlc-devel] commit: Fix a double vlc_object_release (partially fix the update system) ( Rémi Duraffort )

git version control git at videolan.org
Tue Jun 24 22:55:14 CEST 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Jun 24 22:54:52 2008 +0200| [fd2c554d2abae44f8c732af1da51127c3ab00741]

Fix a double vlc_object_release (partially fix the update system)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd2c554d2abae44f8c732af1da51127c3ab00741
---

 src/input/stream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/stream.c b/src/input/stream.c
index 8c669d0..567c115 100644
--- a/src/input/stream.c
+++ b/src/input/stream.c
@@ -535,7 +535,6 @@ static void UStreamDestroy( stream_t *s )
 {
     access_t *p_access = (access_t *)s->p_parent;
     AStreamDestroy( s );
-    vlc_object_release( p_access );
     access_Delete( p_access );
 }
 




More information about the vlc-devel mailing list