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()) { if (!db_->close()) {
std::fprintf(stderr, "close error: %s\n", db_->error().name()); std::fprintf(stderr, "close error: %s\n", db_->error().name());
} }
delete db_;
} }
void Run() { void Run() {