improve DB.Close for package gdb

This commit is contained in:
John Guo
2021-08-25 10:58:29 +08:00
parent 29d50994ae
commit 6be582355c

View File

@ -111,6 +111,7 @@ func (c *Core) Close(ctx context.Context) (err error) {
if err != nil {
return
}
delete(m, k)
}
}
})