[vlc-devel] commit: update: Don't release the object that created this very thread! ( Pierre d'Herbemont )

git version control git at videolan.org
Mon Aug 25 23:16:05 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Mon Aug 25 23:18:59 2008 +0200| [958d8f0b1bdbd85d9569d6e40137a79c8e9ea3dd] | committer: Pierre d'Herbemont 

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

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

 src/misc/update.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/misc/update.c b/src/misc/update.c
index 96a3948..ed3bc7e 100644
--- a/src/misc/update.c
+++ b/src/misc/update.c
@@ -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;
 }
 




More information about the vlc-devel mailing list