We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c5b384 + bf24fb0 commit efe6d8dCopy full SHA for efe6d8d
1 file changed
runtime/v1/linux/proc/utils.go
@@ -56,6 +56,7 @@ func getLastRuntimeError(r *runc.Runc) (string, error) {
56
if err != nil {
57
return "", err
58
}
59
+ defer f.Close()
60
61
var (
62
errMsg string
0 commit comments