Skip to content

Commit

Permalink
gateway: close opened fd when cleanup (#5371)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijian-pro authored Dec 12, 2024
1 parent 66bb3e7 commit fbacaab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gateway/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,7 @@ func (n *jfsObjects) cleanup() {
}
}
}
_ = f.Close(mctx)
}
}
}
Expand Down

0 comments on commit fbacaab

Please sign in to comment.