Skip to content

Commit

Permalink
Merge pull request #513 from artemseleznev/master
Browse files Browse the repository at this point in the history
static analyzer issue fix
  • Loading branch information
SuperQ committed May 4, 2023
2 parents 60fe598 + d89fbe9 commit 99b481d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (fs FS) NetStat() ([]NetStat, error) {
if err != nil {
return nil, err
}
defer file.Close()

procNetstat, err := parseNetstat(file)
if err != nil {
Expand Down

0 comments on commit 99b481d

Please sign in to comment.