diff --git a/pkg/gateway/gateway.go b/pkg/gateway/gateway.go index 214737316e28..b9cc8c8b9a54 100644 --- a/pkg/gateway/gateway.go +++ b/pkg/gateway/gateway.go @@ -1186,6 +1186,7 @@ func (n *jfsObjects) cleanup() { } } } + _ = f.Close(mctx) } } }