CloseDB in BackupableDBTest to make valgrind happy

This commit is contained in:
Igor Canadi 2014-03-05 09:00:53 -08:00
parent e8ecca9e86
commit 2b5155fb29

View File

@ -740,6 +740,7 @@ TEST(BackupableDBTest, FailOverwritingBackups) {
ASSERT_OK(db_->DeleteBackup(5));
// now, the backup can succeed
ASSERT_OK(db_->CreateNewBackup(true));
CloseBackupableDB();
}
TEST(BackupableDBTest, NoShareTableFiles) {