mirror of
https://github.com/google/leveldb.git
synced 2025-04-15 13:20:37 +08:00
Merge f9404abf04
into ac691084fd
This commit is contained in:
commit
1801c6083e
@ -319,6 +319,7 @@ class Benchmark {
|
||||
if (!db_->close()) {
|
||||
std::fprintf(stderr, "close error: %s\n", db_->error().name());
|
||||
}
|
||||
delete db_;
|
||||
}
|
||||
|
||||
void Run() {
|
||||
|
Loading…
Reference in New Issue
Block a user