mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
This change stops the memory leak from happening. It does not stop the large number of allocations done by analysis, however, so these still need to be prevented through correct cancellation. Change-Id: I1cf7fbf6f85ed413af1f2ea55f91862a6d7f2db7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/204558 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>