Commit 97f83156 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

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

parent ebfd9455
......@@ -1731,11 +1731,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_object_release( p_udt );
......
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