Nick Craig-Wood
d46f8d0ae5
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:11:59 +00:00
..
2019-11-19 12:11:59 +00:00
2019-07-28 18:47:38 +01:00
2019-08-10 08:39:56 +01:00
2019-11-11 16:20:27 +00:00
2019-11-12 13:37:58 +00:00
2019-07-28 18:47:38 +01:00
2019-10-05 10:22:43 +01:00
2019-10-11 16:17:02 +01:00
2019-11-18 14:13:02 +00:00
2019-10-30 12:20:10 +00:00
2019-09-06 12:07:09 +01:00
2019-10-30 12:20:10 +00:00
2019-07-28 18:47:38 +01:00
2019-09-20 11:53:08 +01:00
2019-11-18 14:13:02 +00:00
2019-10-01 16:29:58 +01:00
2019-11-18 14:13:02 +00:00
2019-10-28 22:11:38 +00:00
2019-11-18 14:13:02 +00:00
2019-07-28 18:47:38 +01:00
2019-11-18 14:13:02 +00:00
2019-02-07 11:57:26 +00:00
2019-11-18 14:13:02 +00:00
2019-06-19 11:59:46 +01:00
2019-07-28 18:47:38 +01:00
2019-06-09 15:57:05 +01:00
2019-02-07 16:42:26 +00:00
2019-02-07 11:57:26 +00:00
2019-09-14 18:26:07 +01:00
2019-09-14 18:26:07 +01:00
2019-08-02 15:57:09 +01:00
2019-06-19 11:59:46 +01:00
2019-08-03 18:25:44 +01:00
2019-07-01 12:09:19 +01:00
2019-07-01 12:09:19 +01:00
2019-04-30 14:12:18 +02:00
2019-11-02 15:26:01 +00:00
2019-09-04 10:23:48 +01:00