Commit db6fab48 authored by Rafaël Carré's avatar Rafaël Carré

Revert "update: don't free the temp pointer, but free the original instead."

This reverts commit 97f83156.
parent 1c378b2d
......@@ -741,11 +741,11 @@ end:
stream_Delete( p_stream );
if( p_file )
fclose( p_file );
free( psz_destination );
free( psz_destfile );
free( p_buffer );
free( psz_size );
free( p_udt->psz_destination );
p_udt->p_update->p_download = NULL;
vlc_restorecancel( canc );
......
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