From 6ac1240821207c90708ac205f4f98eb8b82f3ee5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 9 Feb 2021 15:09:50 +0100 Subject: device: do not attach finalizer to non-returned object Before, the code attached a finalizer to an object that wasn't returned, resulting in immediate garbage collection. Instead return the actual pointer. Signed-off-by: Jason A. Donenfeld --- device/pools_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/pools_test.go') diff --git a/device/pools_test.go b/device/pools_test.go index 6caf7e7..a27ccc0 100644 --- a/device/pools_test.go +++ b/device/pools_test.go @@ -80,4 +80,4 @@ func BenchmarkWaitPool(b *testing.B) { }() } wg.Wait() -} \ No newline at end of file +} -- cgit v1.2.3