We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099ff69 commit 506552aCopy full SHA for 506552a
libcontainer/cgroups/fs/paths.go
@@ -83,6 +83,7 @@ func tryDefaultCgroupRoot() string {
83
if err != nil {
84
return ""
85
}
86
+ defer dir.Close()
87
names, err := dir.Readdirnames(1)
88
89
update.go
@@ -174,6 +174,7 @@ other options are ignored.
174
175
return err
176
177
+ defer f.Close()
178
179
err = json.NewDecoder(f).Decode(&r)
180
0 commit comments