1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-15 13:20:37 +08:00
This commit is contained in:
王听正 2025-02-15 21:07:06 +01:00 committed by GitHub
commit 1801c6083e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,6 +319,7 @@ class Benchmark {
if (!db_->close()) {
std::fprintf(stderr, "close error: %s\n", db_->error().name());
}
delete db_;
}
void Run() {