Commit 0aa0fe72 authored by Damien Fouilleul's avatar Damien Fouilleul

update.c: win32, previous commit helps fixing this one

parent 84098a5e
...@@ -1337,9 +1337,5 @@ void update_download_for_real( download_thread_t *p_this ) ...@@ -1337,9 +1337,5 @@ void update_download_for_real( download_thread_t *p_this )
free( p_this->psz_src ); free( p_this->psz_src );
free( p_this->psz_status ); free( p_this->psz_status );
#ifdef WIN32
CloseHandle( p_this->p_internals->thread_id );
#endif
vlc_object_destroy( p_this ); vlc_object_destroy( p_this );
} }
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