mirror of
https://github.com/rclone/rclone.git
synced 2025-02-04 05:08:23 +02:00
4f7f5404ce
This is a small patch to remove a defer statement found in a for loop. It instead closes the file after it is done copying the bytes from the tar file reader.