core/rawdb: close freezer table in InspectFreezerTable

This commit is contained in:
GarmashAlex 2026-02-06 16:06:52 +03:00 committed by GitHub
parent ad459f4fac
commit 97535ca817
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}