1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-25 17:03:21 +00:00
Files
rclone/fs
Nick Craig-Wood 7766c5c90b accounting: fix memory leak on retries operations
Before this change if an operation was retried on operations.Copy and
the operation was large enough to use an async buffer then an async
buffer was leaked on the retry.  This leaked memory, a file handle and
a go routine.

After this change if Account.WithBuffer is called and there is already
a buffer, then a new one won't be allocated.
2019-11-19 12:12:47 +00:00
..
2019-10-27 10:44:29 +00:00
2019-10-05 10:22:43 +01:00
2019-10-27 10:44:29 +00:00
2018-08-21 10:58:59 +01:00
2019-06-19 11:59:46 +01:00
2019-02-07 16:42:26 +00:00
2019-06-19 11:59:46 +01:00
2019-04-30 14:12:18 +02:00
2019-11-02 14:26:50 +00:00
2019-09-04 10:23:48 +01:00