This commit is contained in:
0xoasis 2026-07-18 00:13:48 +08:00 committed by GitHub
commit 6650378593
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -409,6 +409,7 @@ func checkStateContent(ctx *cli.Context) error {
startTime = time.Now()
lastLog = time.Now()
)
defer it.Release()
for it.Next() {
count++
k := it.Key()