mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
core/rawdb: close freezer table in InspectFreezerTable (#33776)
This commit is contained in:
parent
ad459f4fac
commit
777265620d
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ func InspectFreezerTable(ancient string, freezerName string, tableName string, s
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer table.Close()
|
||||
table.dumpIndexStdout(start, end)
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue