gc: cancel context
Steven Allen authored
We were canceling the context in `GarbageCollect` but some functions call `GC`
directly. Move the context cancelation down to where we actually _need_ it.

fixes #6279

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
8fd81260
Name Last commit Last update
..
gc.go gc: cancel context