]> git.sesse.net Git - vlc/commitdiff
update.c: win32, previous commit helps fixing this one
authorDamien Fouilleul <damienf@videolan.org>
Fri, 17 Aug 2007 17:39:59 +0000 (17:39 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Fri, 17 Aug 2007 17:39:59 +0000 (17:39 +0000)
src/misc/update.c

index d2891494b5f86ced25544dc2fa4664ed5bf48707..18f607a96ecec603a0094a5c6bfac037e2eb78d3 100644 (file)
@@ -1337,9 +1337,5 @@ void update_download_for_real( download_thread_t *p_this )
     free( p_this->psz_src );
     free( p_this->psz_status );
 
-#ifdef WIN32
-    CloseHandle( p_this->p_internals->thread_id );
-#endif
-
     vlc_object_destroy( p_this );
 }