fix unit test core at get req timeinfo

This commit is contained in:
obdev
2023-02-09 14:45:00 +00:00
committed by ob-robot
parent 6a87d4429d
commit 2bda3a6e70

View File

@ -293,9 +293,11 @@ void TestSqlUtils::destroy()
delete schema_service_;
}
if (NULL != ps) {
ps->destroy();
delete ps;
}
if (NULL != pc) {
pc->destroy();
delete pc;
}
ObKVGlobalCache::get_instance().destroy();