You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of go 1.25, the asan build checks for leaks at program exit by
default. We expect leaks since we store some of our allocated buffers
into pools (and use finalizers that are not guaranteed to run before
exit).
Fixes#5303
0 commit comments