Skip to content

Commit

Permalink
chore: don't close tsi1.FileSet in dumptsi
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed Oct 13, 2021
1 parent 59fe8e5 commit b65d72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/influx_inspect/dumptsi/dumptsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (cmd *Command) run() error {
// If this is an ad-hoc fileset then process it and close afterward.
if fs != nil {
defer fs.Release()
defer fs.Close()
if cmd.showSeries || cmd.showMeasurements {
return cmd.printMeasurements(sfile, fs)
}
Expand Down

0 comments on commit b65d72b

Please sign in to comment.